From 7bbfc43e34c1909b8edfc8e3188c35447cffef15 Mon Sep 17 00:00:00 2001 From: Tim Graham Date: Tue, 17 Nov 2015 10:50:00 -0500 Subject: [1.9.x] Refs #24971, #25356 -- Clarified how apps.py works in 1.9 release notes. Backport of 6258e163352690faf20bfc92c12468316d1a47ae from master --- docs/ref/applications.txt | 2 ++ 1 file changed, 2 insertions(+) (limited to 'docs/ref') diff --git a/docs/ref/applications.txt b/docs/ref/applications.txt index 498e10c954..4184398fbb 100644 --- a/docs/ref/applications.txt +++ b/docs/ref/applications.txt @@ -41,6 +41,8 @@ interact with installed applications, mainly for configuration and also for introspection. That's why the application registry maintains metadata in an :class:`~django.apps.AppConfig` instance for each installed application. +.. _configuring-applications-ref: + Configuring applications ======================== -- cgit v1.3