Updated docs that misreported django.apps.apps.ready as being a method.

This commit is contained in:
Simon Meers 2014-02-14 12:50:27 +11:00
parent 83a3add4be
commit 007c5cd367
1 changed files with 3 additions and 2 deletions

View File

@ -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()