summaryrefslogtreecommitdiff
path: root/docs/ref
diff options
context:
space:
mode:
Diffstat (limited to 'docs/ref')
-rw-r--r--docs/ref/signals.txt8
1 files changed, 4 insertions, 4 deletions
diff --git a/docs/ref/signals.txt b/docs/ref/signals.txt
index dc8c53ac2d..a4ed248769 100644
--- a/docs/ref/signals.txt
+++ b/docs/ref/signals.txt
@@ -101,10 +101,10 @@ Arguments sent with this signal:
.. note::
- ``instance._state`` isn't set before sending the ``post_init`` signal,
- so ``_state`` attributes always have their default values. For example,
- ``_state.db`` is ``None`` and cannot be used to check an ``instance``
- database.
+ :attr:`instance._state <django.db.models.Model._state>` isn't set
+ before sending the ``post_init`` signal, so ``_state`` attributes
+ always have their default values. For example, ``_state.db`` is
+ ``None``.
.. warning::