diff options
| author | Aymeric Augustin <aymeric.augustin@m4x.org> | 2014-01-01 18:05:12 +0100 |
|---|---|---|
| committer | Aymeric Augustin <aymeric.augustin@m4x.org> | 2014-01-01 18:11:15 +0100 |
| commit | 0ce945a67151acf2c58bc35a47f4c3d45ff30085 (patch) | |
| tree | 717f04846c00278778470f1b02162dbff1121aa0 /docs/ref | |
| parent | f17d00278ee4a22421dc8148588d94fe7fa17427 (diff) | |
Fixed #21018 -- Reversed precedence order for management commands.
Diffstat (limited to 'docs/ref')
| -rw-r--r-- | docs/ref/settings.txt | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/docs/ref/settings.txt b/docs/ref/settings.txt index 62e7920c01..4181d152ef 100644 --- a/docs/ref/settings.txt +++ b/docs/ref/settings.txt @@ -1319,6 +1319,10 @@ Django installation. Each string should be a dotted Python path to: These rules apply regardless of whether :setting:`INSTALLED_APPS` references application configuration classes on application packages. +When several applications provide different versions of the same resource +(template, static file, management command, translation), the application +listed first in :setting:`INSTALLED_APPS` has precedence. + .. setting:: INTERNAL_IPS INTERNAL_IPS |
