summaryrefslogtreecommitdiff
path: root/docs/ref
diff options
context:
space:
mode:
authorTim Graham <timograham@gmail.com>2014-10-17 10:31:49 -0400
committerTim Graham <timograham@gmail.com>2014-10-17 10:31:49 -0400
commit7ae03204ac207bee78d668952744da853a3a732b (patch)
tree7c102ad771b72a4fbb7958f515e2c51c9be87b9f /docs/ref
parent6ce6c77e03fea68ef1bdadd45f15e403f5b71057 (diff)
Fixed #23469 -- Removed test runner compatibility 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 fde5dfa210..682d86a8c9 100644
--- a/docs/ref/checks.txt
+++ b/docs/ref/checks.txt
@@ -166,7 +166,8 @@ Backwards Compatibility
The following checks are performed to warn the user of any potential problems
that might occur as a result of a version upgrade.
-* **1_6.W001**: Some project unit tests may not execute as expected.
+* **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.
Admin