Commit 7f02c1ed authored by Tim Graham's avatar Tim Graham
Browse files

[1.9.x] Fixed #26278 -- Clarified apps.ready docs.

Backport of 1f8cfcf3 from master
parent d7881bfa
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -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()