mirror of
https://github.com/django/django.git
synced 2025-11-07 07:15:35 +00:00
Corrected release note location of BaseCommand.can_import_settings removal.
This commit is contained in:
@@ -281,8 +281,6 @@ Management Commands
|
|||||||
* The new :option:`loaddata --exclude` option allows excluding models and apps
|
* The new :option:`loaddata --exclude` option allows excluding models and apps
|
||||||
while loading data from fixtures.
|
while loading data from fixtures.
|
||||||
|
|
||||||
* The unused ``BaseCommand.can_import_settings`` attribute is removed.
|
|
||||||
|
|
||||||
Migrations
|
Migrations
|
||||||
~~~~~~~~~~
|
~~~~~~~~~~
|
||||||
|
|
||||||
@@ -592,6 +590,8 @@ Miscellaneous
|
|||||||
without all their relations set up. If you need the old behavior of
|
without all their relations set up. If you need the old behavior of
|
||||||
``get_model()``, set the ``require_ready`` argument to ``False``.
|
``get_model()``, set the ``require_ready`` argument to ``False``.
|
||||||
|
|
||||||
|
* The unused ``BaseCommand.can_import_settings`` attribute is removed.
|
||||||
|
|
||||||
.. _deprecated-features-1.11:
|
.. _deprecated-features-1.11:
|
||||||
|
|
||||||
Features deprecated in 1.11
|
Features deprecated in 1.11
|
||||||
|
|||||||
Reference in New Issue
Block a user