summaryrefslogtreecommitdiff
path: root/tests/model_fields/test_durationfield.py
Commit message (Expand)AuthorAgeFilesLines
* Relaxed some query ordering assertions in various tests.Mariusz Felisiak2022-04-141-1/+1
* Refs #33476 -- Refactored code to strictly match 88 characters line length.Mariusz Felisiak2022-02-071-1/+4
* Refs #33476 -- Reformatted code with Black.django-bot2022-02-071-11/+8
* Fixed #30400 -- Improved typography of user facing strings.Jon Dufresne2019-06-281-2/+2
* Fixed #30232 -- Corrected expected format in invalid DurationField error mess...avas93662019-03-041-1/+1
* Fixed #28926 -- Fixed loss of precision of big DurationField values on SQLite...Sergey Fedoseev2017-12-281-1/+1
* Fixed #26747 -- Used more specific assertions in the Django test suite.Jon Dufresne2016-06-161-1/+1
* Fixed #26324 -- Fixed DurationField with fractional seconds on SQLite.Tim Graham2016-03-101-0/+6
* Refs #24652 -- Used SimpleTestCase where appropriate.Simon Charette2015-05-201-4/+4
* Fixed #24302 -- Added DurationField.formfield()Tim Graham2015-02-091-0/+9
* Refs #2443 -- Allowed creation of objects with NULL DurationFieldsMichaƂ Modzelewski2015-01-071-1/+6
* Fixed #2443 -- Added DurationField.Marc Tamlyn2014-12-201-0/+67