index
:
chango.git
devmain
fix-31295
initial-branch
main
stable/5.2.x
stable/6.0.x
django
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
tests
/
model_fields
/
test_durationfield.py
Age
Commit message (
Expand
)
Author
2022-04-14
Relaxed some query ordering assertions in various tests.
Mariusz Felisiak
2022-02-07
Refs #33476 -- Refactored code to strictly match 88 characters line length.
Mariusz Felisiak
2022-02-07
Refs #33476 -- Reformatted code with Black.
django-bot
2019-06-28
Fixed #30400 -- Improved typography of user facing strings.
Jon Dufresne
2019-03-04
Fixed #30232 -- Corrected expected format in invalid DurationField error mess...
avas9366
2017-12-28
Fixed #28926 -- Fixed loss of precision of big DurationField values on SQLite...
Sergey Fedoseev
2016-06-16
Fixed #26747 -- Used more specific assertions in the Django test suite.
Jon Dufresne
2016-03-10
Fixed #26324 -- Fixed DurationField with fractional seconds on SQLite.
Tim Graham
2015-05-20
Refs #24652 -- Used SimpleTestCase where appropriate.
Simon Charette
2015-02-09
Fixed #24302 -- Added DurationField.formfield()
Tim Graham
2015-01-07
Refs #2443 -- Allowed creation of objects with NULL DurationFields
MichaĆ Modzelewski
2014-12-20
Fixed #2443 -- Added DurationField.
Marc Tamlyn