diff options
| author | Tim Graham <timograham@gmail.com> | 2015-11-17 10:50:00 -0500 |
|---|---|---|
| committer | Tim Graham <timograham@gmail.com> | 2015-11-17 19:32:32 -0500 |
| commit | 6258e163352690faf20bfc92c12468316d1a47ae (patch) | |
| tree | 36c7e23293c8e7d36a3d5ce2636829417b1ac23f /docs/ref | |
| parent | acd3606049b61efdee14dc2df00b265ad83a81a8 (diff) | |
Refs #24971, #25356 -- Clarified how apps.py works in 1.9 release notes.
Diffstat (limited to 'docs/ref')
| -rw-r--r-- | docs/ref/applications.txt | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/docs/ref/applications.txt b/docs/ref/applications.txt index ba0ddeb532..833ec12e34 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 ======================== |
