Corrected release note location of BaseCommand.can_import_settings removal.

This commit is contained in:
Tim Graham 2016-11-07 14:54:21 -05:00
parent 7107b6ff0f
commit ee1bf0e8b5
1 changed files with 2 additions and 2 deletions

View File

@ -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