summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorSimon Meers <simon@simonmeers.com>2014-02-14 12:50:27 +1100
committerSimon Meers <simon@simonmeers.com>2014-02-14 12:50:27 +1100
commit007c5cd36762c125102d4f6c48d7e7f42dbfdcff (patch)
tree261902065920297c9637fb5f983503a1bb6ed729 /docs
parent83a3add4bed8d8d49f93b30c817c66908b0a26ba (diff)
Updated docs that misreported django.apps.apps.ready as being a method.
Diffstat (limited to 'docs')
-rw-r--r--docs/ref/applications.txt5
1 files changed, 3 insertions, 2 deletions
diff --git a/docs/ref/applications.txt b/docs/ref/applications.txt
index 8ecf47546b..be86f42305 100644
--- a/docs/ref/applications.txt
+++ b/docs/ref/applications.txt
@@ -255,9 +255,10 @@ Application registry
The application registry provides the following public API. Methods that
aren't listed below are considered private and may change without notice.
-.. method:: apps.ready()
+.. attribute:: apps.ready
- Returns ``True`` if the registry is fully populated.
+ Boolean attribute that is set to ``True`` when the registry is fully
+ populated.
.. method:: apps.get_app_configs()