0
0
mirror of https://github.com/django/django.git synced 2024-11-29 22:56:46 +01:00
django/tests/db_functions
David-Wobrock 8d018231ac Removed redundant tests in test_extract_trunc.
tzinfo is ignored for DateFields and TimeFields, and it's already
covered by DateFunctionTests.test_trunc_func().
2020-10-14 20:03:44 +02:00
..
comparison Refs #21181 -- Corrected DatabaseFeatures.test_collations for Swedish collation. 2020-09-18 12:15:46 +02:00
datetime Removed redundant tests in test_extract_trunc. 2020-10-14 20:03:44 +02:00
math Fixed #32060 -- Added Random database function. 2020-10-02 06:58:03 +02:00
migrations
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