From 1f8cfcf3b41bac0ec862f171e2efb51b35324045 Mon Sep 17 00:00:00 2001 From: Tim Graham Date: Thu, 25 Feb 2016 08:55:10 -0500 Subject: [PATCH] Fixed #26278 -- Clarified apps.ready docs. --- docs/ref/applications.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/ref/applications.txt b/docs/ref/applications.txt index 6847fc5f10..be761505fe 100644 --- a/docs/ref/applications.txt +++ b/docs/ref/applications.txt @@ -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()