mirror of
https://github.com/django/django.git
synced 2025-08-10 22:08:21 +00:00
Fixed #26278 -- Clarified apps.ready docs.
This commit is contained in:
parent
7a7e403325
commit
1f8cfcf3b4
1 changed files with 2 additions and 2 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue