diff options
| author | Tim Graham <timograham@gmail.com> | 2015-09-07 09:28:15 -0400 |
|---|---|---|
| committer | Tim Graham <timograham@gmail.com> | 2015-09-07 15:23:11 -0400 |
| commit | 862de0b254bbb0ec75d637c7fbff258ecf232786 (patch) | |
| tree | ddf3995ad0bfacbb19b193f06e25a98b5ac780fb /docs/ref/settings.txt | |
| parent | 29d52583e77b247aceeb2f514177a8a6c21ed786 (diff) | |
Fixed #25356 -- Removed default_app_config from startapp template.
Also discouraged its use outside the intended use case.
Diffstat (limited to 'docs/ref/settings.txt')
| -rw-r--r-- | docs/ref/settings.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/ref/settings.txt b/docs/ref/settings.txt index ed5ac98947..4a9c78a3db 100644 --- a/docs/ref/settings.txt +++ b/docs/ref/settings.txt @@ -1523,7 +1523,7 @@ Default: ``[]`` (Empty list) A list of strings designating all applications that are enabled in this Django installation. Each string should be a dotted Python path to: -* an application configuration class, or +* an application configuration class (preferred), or * a package containing an application. :doc:`Learn more about application configurations </ref/applications>`. |
