summaryrefslogtreecommitdiff
path: root/docs/ref/applications.txt
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:55:10 -0500
commit1f8cfcf3b41bac0ec862f171e2efb51b35324045 (patch)
treeaace5b19576f58c4ca80e2fc599685ecf98aeac0 /docs/ref/applications.txt
parent7a7e403325427642905a5b3e26931c2b8e92d4b1 (diff)
Fixed #26278 -- Clarified apps.ready docs.
Diffstat (limited to 'docs/ref/applications.txt')
-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 6847fc5f10..be761505fe 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()