1
0
mirror of https://github.com/django/django.git synced 2025-10-31 09:41:08 +00:00

Fixed #27305 -- Removed BaseCommand.can_import_settings unused attribute

Thanks Tim Graham for the review.
This commit is contained in:
Claude Paroz
2016-10-02 18:23:32 +02:00
parent bae1160c3f
commit 122c90a43b
7 changed files with 3 additions and 39 deletions

View File

@@ -278,6 +278,8 @@ 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
~~~~~~~~~~