0
0
mirror of https://github.com/django/django.git synced 2024-11-29 22:56:46 +01:00
django/tests/db_functions
2020-02-04 13:20:06 +01:00
..
comparison Simplified imports from django.db and django.contrib.gis.db. 2020-02-04 13:20:06 +01: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 Simplified imports from django.db and django.contrib.gis.db. 2020-02-04 13:20:06 +01:00
window
__init__.py
models.py Removed unnecessary numeric indexes in format strings. 2019-11-19 08:29:47 +01:00
tests.py