| Age | Commit message (Collapse) | Author |
|
|
|
This reverts commit 138a78ec8cab5e1df0c8ba2a3ee895cb756ff1ae and adds
a test for the regression.
|
|
Regression in 2ef4b4795e29be8c33a6de9cc0c05b59025d13a5.
|
|
Thanks dbxnr for the initial patch.
Regression in 6f44f714c92d2966dca390ebd3054e5fb0bb0c80.
|
|
Thanks Vasileios Bouzas for the report.
|
|
|
|
|
|
|
|
* 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.
|
|
|
|
|
|
|
|
Thanks to Mads Jenson for review.
|
|
This was missed when adding support to other distance lookups in
refs #25499.
Thanks Peter Bex for the report and Mariusz for testcases.
|
|
|
|
library path.
Thanks Nikita Krokosh for the initial patch.
|
|
Thanks Mariusz Felisiak for contributing the Point part.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
This reverts commit 463fe11bc8b2d068e447c5df677e7a31c2af7e03 due to
restore of relative paths sorting from isort < 4.3.5 in isort 4.3.10.
|
|
|
|
Thanks Viswanathan Mahalingam for the report and initial patch, and
Nicke Pope and Tim Graham for the review.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
favor of databases.
|
|
Thanks Mariusz Felisiak for auditing.
|
|
|
|
'tolerance' args.
|
|
|
|
|
|
|
|
|
|
Removed DatabaseIntrospection.table_name_converter()/column_name_converter()
and use instead DatabaseIntrospection.identifier_converter().
Removed DatabaseFeatures.uppercases_column_names.
Thanks Tim Graham for the initial patch and review and Simon Charette
for the review.
|
|
|
|
|
|
|
|
|