summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorClaude Paroz <claude@2xlibre.net>2014-10-19 21:17:38 +0200
committerClaude Paroz <claude@2xlibre.net>2014-10-20 17:26:00 +0200
commit685edab9da89b54e3e0e7bbc1c9f8b33d3f45969 (patch)
tree64ad3382d9d16c134234d5e4e713f503d95b2ee8 /docs
parenta39df37049c6b708924eed1521963929e0694b0c (diff)
Fixed #23685 -- Made call_command skip checks by default
Thanks Loic Bistuer for the report/review and Tim Graham for the review.
Diffstat (limited to 'docs')
-rw-r--r--docs/releases/1.8.txt3
1 files changed, 3 insertions, 0 deletions
diff --git a/docs/releases/1.8.txt b/docs/releases/1.8.txt
index 63513780ad..8fb6b1ec26 100644
--- a/docs/releases/1.8.txt
+++ b/docs/releases/1.8.txt
@@ -634,6 +634,9 @@ Miscellaneous
class name found in the :setting:`BACKEND <CACHES-BACKEND>` key of the
:setting:`CACHES` setting.
+* By default, :ref:`call_command <call-command>` now always skips the check
+ framework (unless you pass it ``skip_checks=False``).
+
.. _deprecated-features-1.8:
Features deprecated in 1.8