Fixed #25958 -- Removed support for 'skip_validation' in BaseCommand.execute(**options).

This commit is contained in:
Tim Graham 2015-12-21 14:26:42 -05:00
parent 5399ccc0f4
commit b10f66831b
2 changed files with 4 additions and 3 deletions

View file

@ -380,6 +380,9 @@ Miscellaneous
is removed. This may affect query counts tested by
``TransactionTestCase.assertNumQueries()``.
* Support for ``skip_validation`` in ``BaseCommand.execute(**options)`` is
removed. Use ``skip_checks`` (added in Django 1.7) instead.
.. _deprecated-features-1.10:
Features deprecated in 1.10