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:
@@ -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
|
||||
~~~~~~~~~~
|
||||
|
||||
|
||||
Reference in New Issue
Block a user