summaryrefslogtreecommitdiff
path: root/tests/model_fields/test_decimalfield.py
Commit message (Expand)AuthorAgeFilesLines
* Fixed #33954 -- Prevented models.DecimalField from accepting NaN, Inf, and -I...Mohamed Karam2022-08-271-4/+13
* Refs #33476 -- Reformatted code with Black.django-bot2022-02-071-28/+33
* Fixed #33033 -- Prevented models.DecimalField from accepting NaN values.Chinmoy Chakraborty2021-09-281-0/+8
* Fixed #32178 -- Allowed database backends to skip tests and mark expected fai...Hasan Ramezani2020-12-101-3/+1
* Fixed #31663 -- Made DecimalField.to_python() handle non-numeric invalid values.Sasha Pachev2020-06-051-3/+18
* Fixed #30400 -- Improved typography of user facing strings.Jon Dufresne2019-06-281-1/+1
* Fixed #28915 -- Prevented SQLite from truncating trailing zeros in the fracti...Sergey Fedoseev2017-12-121-0/+6
* Used assertRaisesMessage() to test Django's error messages.Mads Jensen2017-07-291-1/+2
* Removed unused models.DecimalField._format().Sergey Fedoseev2017-07-201-6/+0
* Fixed #28164 -- Improved float conversions in DecimalField.to_pythonClaude Paroz2017-05-091-0/+6
* Removed blank line in tests/model_fields/test_decimalfield.py per isort.Tim Graham2017-04-291-1/+0
* Refs #6767 -- Added test for fetching decimal values without rounding error o...Mariusz Felisiak2017-04-281-1/+9
* Fixed #26747 -- Used more specific assertions in the Django test suite.Jon Dufresne2016-06-161-2/+2
* Fixed #22936 -- Obsoleted Field.get_prep_lookup()/get_db_prep_lookup()Claude Paroz2016-05-041-3/+4
* Split model_fields tests into different files.Tim Graham2016-03-231-0/+74