summaryrefslogtreecommitdiff
path: root/tests/model_fields/test_datetimefield.py
Commit message (Collapse)AuthorAgeFilesLines
* Refs #33476 -- Reformatted code with Black.django-bot2022-02-071-15/+21
|
* Fixed #31235 -- Made assertQuerysetEqual() compare querysets directly.Hasan Ramezani2020-11-061-4/+3
| | | | | | | | This also replaces assertQuerysetEqual() to assertSequenceEqual()/assertCountEqual() where appropriate. Co-authored-by: Peter Inglesby <peter.inglesby@gmail.com> Co-authored-by: Mariusz Felisiak <felisiak.mariusz@gmail.com>
* Removed DatabaseFeatures.supports_microsecond_precision.Tim Graham2017-09-251-1/+0
| | | | MySQL 5.5 (refs #28552) was the last database to use it.
* Split model_fields tests into different files.Tim Graham2016-03-231-0/+77