Skip to content

Commit 1f8cfcf

Browse files
committed
Fixed #26278 -- Clarified apps.ready docs.
1 parent 7a7e403 commit 1f8cfcf

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/ref/applications.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -304,8 +304,8 @@ Application registry
304304

305305
.. attribute:: apps.ready
306306

307-
Boolean attribute that is set to ``True`` when the registry is fully
308-
populated.
307+
Boolean attribute that is set to ``True`` after the registry is fully
308+
populated and all :meth:`AppConfig.ready` methods are called.
309309

310310
.. method:: apps.get_app_configs()
311311

0 commit comments

Comments
 (0)