summaryrefslogtreecommitdiff
path: root/docs/ref
diff options
context:
space:
mode:
authorTim Graham <timograham@gmail.com>2014-11-13 17:35:33 +0100
committerTim Graham <timograham@gmail.com>2014-11-13 20:12:29 +0100
commitc24a2e6cbd391c0d6359fce00e6390de9af9d2d0 (patch)
tree12eb540200eb421eb1226494bfd687191d757987 /docs/ref
parentd5a109f6e6684b2ea8028af5c57f4257872d11aa (diff)
Fixed #23765 -- Removed BooleanField default check which often yielded false positives.
Diffstat (limited to 'docs/ref')
-rw-r--r--docs/ref/checks.txt3
1 files changed, 2 insertions, 1 deletions
diff --git a/docs/ref/checks.txt b/docs/ref/checks.txt
index 04c7dc4a7d..f1b34fade4 100644
--- a/docs/ref/checks.txt
+++ b/docs/ref/checks.txt
@@ -168,7 +168,8 @@ that might occur as a result of a version upgrade.
* **1_6.W001**: Some project unit tests may not execute as expected. *This
check was removed in Django 1.8 due to false positives*.
-* **1_6.W002**: ``BooleanField`` does not have a default value.
+* **1_6.W002**: ``BooleanField`` does not have a default value. *This
+ check was removed in Django 1.8 due to false positives*.
* **1_7.W001**: Django 1.7 changed the global defaults for the
``MIDDLEWARE_CLASSES.``
``django.contrib.sessions.middleware.SessionMiddleware``,