Corrected release note location of BaseCommand.can_import_settings removal.
This commit is contained in:
parent
7107b6ff0f
commit
ee1bf0e8b5
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue