summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTim Graham <timograham@gmail.com>2016-02-25 08:55:10 -0500
committerTim Graham <timograham@gmail.com>2016-02-25 08:56:13 -0500
commit7f02c1eded6b44d155672464fa156032d91c39de (patch)
tree7966034509e17bfc84312082c7c00c2d6aebb80e
parentd7881bfa5ce46def9b82906b63ba7fb69513019b (diff)
downloaddjango-7f02c1eded6b44d155672464fa156032d91c39de.tar.gz
[1.9.x] Fixed #26278 -- Clarified apps.ready docs.
Backport of 1f8cfcf3b41bac0ec862f171e2efb51b35324045 from master
-rw-r--r--docs/ref/applications.txt4
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/ref/applications.txt b/docs/ref/applications.txt
index 3271f494a0..0a944de4e8 100644
--- a/docs/ref/applications.txt
+++ b/docs/ref/applications.txt
@@ -304,8 +304,8 @@ Application registry
.. attribute:: apps.ready
- Boolean attribute that is set to ``True`` when the registry is fully
- populated.
+ Boolean attribute that is set to ``True`` after the registry is fully
+ populated and all :meth:`AppConfig.ready` methods are called.
.. method:: apps.get_app_configs()