1
0
mirror of https://github.com/django/django.git synced 2025-01-03 15:06:09 +00:00

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

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