summaryrefslogtreecommitdiff
path: root/docs/ref
diff options
context:
space:
mode:
authorHasan Ramezani <hasan.r67@gmail.com>2019-06-18 20:38:21 +0200
committerMariusz Felisiak <felisiak.mariusz@gmail.com>2019-06-19 08:40:46 +0200
commita7038adbd02c916315b16939b835f021c2ee8880 (patch)
tree6241d294421f0453ec6c9e1e439eac3ed0618c4a /docs/ref
parent036362e0cfe74e4ab8a65b99eb2aa9c35371fc04 (diff)
Fixed typos in signals and custom management commands docs.
Diffstat (limited to 'docs/ref')
-rw-r--r--docs/ref/signals.txt4
1 files changed, 2 insertions, 2 deletions
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``