Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Refs #33476 -- Reformatted code with Black. | django-bot | 2022-02-07 | 1 | -15/+21 |
| | |||||
* | Fixed #31235 -- Made assertQuerysetEqual() compare querysets directly. | Hasan Ramezani | 2020-11-06 | 1 | -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 Graham | 2017-09-25 | 1 | -1/+0 |
| | | | | MySQL 5.5 (refs #28552) was the last database to use it. | ||||
* | Split model_fields tests into different files. | Tim Graham | 2016-03-23 | 1 | -0/+77 |