| Age | Commit message (Collapse) | Author |
|
|
|
Fixed inner imports per isort 5.
isort 5.0.0 to 5.1.0 was unstable.
|
|
ImageField.
|
|
|
|
|
|
* assertIsNone()/assertIsNotNone() instead of comparing to None.
* assertLess() for < comparisons.
* assertIs() for 'is' expressions.
* assertIsInstance() for isinstance() expressions.
* rounding of assertAlmostEqual() for round() expressions.
* assertIs(..., True/False) instead of comparing to True/False.
* assertIs()/assertIsNot() for ==/!= comparisons.
* assertNotEqual() for == comparisons.
* assertTrue()/assertFalse() instead of comparing to True/False.
|
|
|
|
|
|
|
|
These functions do nothing on Python 3.
|
|
|
|
|
|
|
|
|
|
|
|
the Storage.
|
|
|
|
|
|
Considering the APIs exercised by these test cases, it's hard to make
them independent.
|
|
|
|
|
|
refs #19934.
|
|
model_fields and model_forms tests.
|
|
|
|
|
|
Should be unneeded with Python 2.7 and up.
Added some unicode_literals along the way.
|
|
Refs #20680.
|
|
This starts the deprecation period for PIL (support to end in 1.8).
|
|
|