mirror of
https://github.com/django/django.git
synced 2025-07-19 09:09:13 +00:00
[1.9.x] Fixed #26278 -- Clarified apps.ready docs.
Backport of 1f8cfcf3b41bac0ec862f171e2efb51b35324045 from master
This commit is contained in:
parent
d7881bfa5c
commit
7f02c1eded
@ -304,8 +304,8 @@ Application registry
|
|||||||
|
|
||||||
.. attribute:: apps.ready
|
.. attribute:: apps.ready
|
||||||
|
|
||||||
Boolean attribute that is set to ``True`` when the registry is fully
|
Boolean attribute that is set to ``True`` after the registry is fully
|
||||||
populated.
|
populated and all :meth:`AppConfig.ready` methods are called.
|
||||||
|
|
||||||
.. method:: apps.get_app_configs()
|
.. method:: apps.get_app_configs()
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user