mirror of
https://github.com/django/django.git
synced 2025-01-18 06:12:23 +00:00
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
|
* 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
|
||||||
|
Loading…
x
Reference in New Issue
Block a user