1
0
mirror of https://github.com/django/django.git synced 2025-01-20 07:13:44 +00:00

Fixed #26278 -- Clarified apps.ready docs.

This commit is contained in:
Tim Graham 2016-02-25 08:55:10 -05:00
parent 7a7e403325
commit 1f8cfcf3b4

View File

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