From e63644d37bd2d428fb0f9c81b400bf8f8d2412b9 Mon Sep 17 00:00:00 2001 From: Adam Johnson Date: Wed, 15 Jul 2020 10:27:46 +0100 Subject: [3.1.x] Refs #31502 -- Made minor edits to Model._state docs. Backport of 5ef6f626347f9ea13915f3cf5b8b045c5b42b102 from master --- docs/ref/signals.txt | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'docs/ref') 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 ` isn't set + before sending the ``post_init`` signal, so ``_state`` attributes + always have their default values. For example, ``_state.db`` is + ``None``. .. warning:: -- cgit v1.3