diff options
| author | Tim Graham <timograham@gmail.com> | 2016-11-07 14:54:21 -0500 |
|---|---|---|
| committer | Tim Graham <timograham@gmail.com> | 2016-11-07 14:54:21 -0500 |
| commit | ee1bf0e8b5f83274b7436d0a3f9240ca6c399a52 (patch) | |
| tree | fcfa01d6ac7d9d07da43aa02f2a192e42e7ed7da /docs | |
| parent | 7107b6ff0f2f5d23b73063414046bf4b3de7bbbb (diff) | |
Corrected release note location of BaseCommand.can_import_settings removal.
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/releases/1.11.txt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/releases/1.11.txt b/docs/releases/1.11.txt index 02d66b6641..bbe1d63028 100644 --- a/docs/releases/1.11.txt +++ b/docs/releases/1.11.txt @@ -281,8 +281,6 @@ Management Commands * The new :option:`loaddata --exclude` option allows excluding models and apps while loading data from fixtures. -* The unused ``BaseCommand.can_import_settings`` attribute is removed. - Migrations ~~~~~~~~~~ @@ -592,6 +590,8 @@ Miscellaneous without all their relations set up. If you need the old behavior of ``get_model()``, set the ``require_ready`` argument to ``False``. +* The unused ``BaseCommand.can_import_settings`` attribute is removed. + .. _deprecated-features-1.11: Features deprecated in 1.11 |
