1
0
mirror of https://github.com/django/django.git synced 2025-01-03 15:06:09 +00:00
django/tests/db_functions
Tom Carrick 63300f7e68 Fixed #21181 -- Added Collate database function.
Thanks Simon Charette for reviews.
2020-08-11 22:21:08 +02:00
..
comparison Fixed #21181 -- Added Collate database function. 2020-08-11 22:21:08 +02:00
datetime Fixed #30821 -- Added ExtractIsoWeekYear database function and iso_week_day lookup. 2019-10-02 10:41:34 +02:00
math Used more specific unittest assertions in tests. 2019-10-29 12:37:30 +01:00
migrations Fixed #30240 -- Added SHA1, SHA224, SHA256, SHA384, and SHA512 database functions. 2019-03-20 19:30:43 +01:00
text Refs #30446 -- Defined default output_field of text database functions. 2020-06-16 10:08:02 +02:00
window
__init__.py
models.py Removed unused __str__() methods in tests models. 2020-04-30 09:13:23 +02:00
tests.py