summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorTim Graham <timograham@gmail.com>2015-12-21 14:26:42 -0500
committerTim Graham <timograham@gmail.com>2015-12-21 14:26:42 -0500
commitb10f66831ba2fc68901bc674104a76eb112ee52a (patch)
treed3ab4dfa454527238e5faf2c24fe1f4588ac1d47 /docs
parent5399ccc0f4257676981ef7937ea84be36f7058a6 (diff)
Fixed #25958 -- Removed support for 'skip_validation' in BaseCommand.execute(**options).
Diffstat (limited to 'docs')
-rw-r--r--docs/releases/1.10.txt3
1 files changed, 3 insertions, 0 deletions
diff --git a/docs/releases/1.10.txt b/docs/releases/1.10.txt
index 09c437f941..7b360948a7 100644
--- a/docs/releases/1.10.txt
+++ b/docs/releases/1.10.txt
@@ -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