1
0
mirror of https://github.com/django/django.git synced 2024-12-23 17:46:27 +00:00
django/tests/db_functions/datetime
Adam Johnson 5111b636d9 Refs #33355 -- Fixed Trunc() with years < 1000 on SQLite.
Thanks to Nick Pope for spotting the bug in Code Review.

Co-Authored-By: Nick Pope <nick@nickpope.me.uk>
2021-12-13 11:50:45 +01:00
..
__init__.py
test_extract_trunc.py Refs #33355 -- Fixed Trunc() with years < 1000 on SQLite. 2021-12-13 11:50:45 +01:00
test_now.py