mirror of
https://github.com/django/django.git
synced 2025-10-31 09:41:08 +00:00
Fixed #23469 -- Removed test runner compatibility check which often yielded false positives.
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user