From 007c5cd36762c125102d4f6c48d7e7f42dbfdcff Mon Sep 17 00:00:00 2001 From: Simon Meers Date: Fri, 14 Feb 2014 12:50:27 +1100 Subject: [PATCH] Updated docs that misreported django.apps.apps.ready as being a method. --- docs/ref/applications.txt | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/docs/ref/applications.txt b/docs/ref/applications.txt index 8ecf47546b8..be86f42305a 100644 --- a/docs/ref/applications.txt +++ b/docs/ref/applications.txt @@ -255,9 +255,10 @@ Application registry The application registry provides the following public API. Methods that aren't listed below are considered private and may change without notice. -.. method:: apps.ready() +.. attribute:: apps.ready - Returns ``True`` if the registry is fully populated. + Boolean attribute that is set to ``True`` when the registry is fully + populated. .. method:: apps.get_app_configs()