summaryrefslogtreecommitdiff
path: root/tests/db_functions/datetime/test_now.py
AgeCommit message (Expand)Author
2022-10-08Refs #33990 -- Renamed TransactionTestCase.assertQuerysetEqual() to assertQue...Gregor Gärtner
2022-10-03Fixed #34070 -- Added subsecond support to Now() on SQLite and MySQL.Lily Foote
2022-02-07Refs #33476 -- Reformatted code with Black.django-bot
2018-08-16Reorganized datetime db function tests.Nick Pope