index
:
django.git
fix-31295
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_decimalfield.py
Age
Commit message (
Expand
)
Author
2020-12-10
Fixed #32178 -- Allowed database backends to skip tests and mark expected fai...
Hasan Ramezani
2020-06-05
Fixed #31663 -- Made DecimalField.to_python() handle non-numeric invalid values.
Sasha Pachev
2019-06-28
Fixed #30400 -- Improved typography of user facing strings.
Jon Dufresne
2017-12-12
Fixed #28915 -- Prevented SQLite from truncating trailing zeros in the fracti...
Sergey Fedoseev
2017-07-29
Used assertRaisesMessage() to test Django's error messages.
Mads Jensen
2017-07-20
Removed unused models.DecimalField._format().
Sergey Fedoseev
2017-05-09
Fixed #28164 -- Improved float conversions in DecimalField.to_python
Claude Paroz
2017-04-29
Removed blank line in tests/model_fields/test_decimalfield.py per isort.
Tim Graham
2017-04-28
Refs #6767 -- Added test for fetching decimal values without rounding error o...
Mariusz Felisiak
2016-06-16
Fixed #26747 -- Used more specific assertions in the Django test suite.
Jon Dufresne
2016-05-04
Fixed #22936 -- Obsoleted Field.get_prep_lookup()/get_db_prep_lookup()
Claude Paroz
2016-03-23
Split model_fields tests into different files.
Tim Graham