django/tests/db_functions
Tilman Koschnick 18cac6bbfb [3.2.x] Fixed #32392 -- Fixed ExclusionConstraint crash with Cast() in expressions.
Backport of fdfbc66331 from master
2021-01-29 11:26:51 +01:00
..
comparison [3.2.x] Fixed #32392 -- Fixed ExclusionConstraint crash with Cast() in expressions. 2021-01-29 11:26:51 +01:00
datetime [3.2.x] Refs #32365 -- Allowed use of non-pytz timezone implementations. 2021-01-19 12:00:40 +01:00
math Fixed #32060 -- Added Random database function. 2020-10-02 06:58:03 +02:00
migrations Fixed #30240 -- Added SHA1, SHA224, SHA256, SHA384, and SHA512 database functions. 2019-03-20 19:30:43 +01:00
text Fixed #32178 -- Allowed database backends to skip tests and mark expected failures. 2020-12-10 18:00:57 +01:00
window Reorganized window db function tests. 2018-08-16 09:32:42 -04:00
__init__.py
models.py Removed unused __str__() methods in tests models. 2020-04-30 09:13:23 +02:00
tests.py Fixed #29658 -- Registered model lookups in tests with a context manager. 2018-08-21 12:17:46 -04:00