From c3a9d3050ccfb2b685a4a37d4028b6bc5ca5565e Mon Sep 17 00:00:00 2001 From: Hasan Ramezani Date: Tue, 18 Jun 2019 20:38:21 +0200 Subject: [2.2.x] Fixed typos in signals and custom management commands docs. Backport of a7038adbd02c916315b16939b835f021c2ee8880 from master --- docs/ref/signals.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'docs/ref') diff --git a/docs/ref/signals.txt b/docs/ref/signals.txt index 917b46dc46..f2f0ab4257 100644 --- a/docs/ref/signals.txt +++ b/docs/ref/signals.txt @@ -39,8 +39,8 @@ model system. Model signals ``sender`` model can be lazily referenced when connecting a receiver by specifying its full application label. For example, an - ``Answer`` model defined in the ``polls`` application could be referenced - as ``'polls.Answer'``. This sort of reference can be quite handy when + ``Question`` model defined in the ``polls`` application could be referenced + as ``'polls.Question'``. This sort of reference can be quite handy when dealing with circular import dependencies and swappable models. ``pre_init`` -- cgit v1.3