diff options
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/releases/1.11.txt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/releases/1.11.txt b/docs/releases/1.11.txt index 02d66b6641..bbe1d63028 100644 --- a/docs/releases/1.11.txt +++ b/docs/releases/1.11.txt @@ -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 |
