Jon Dufresne
|
42b9a23267
|
Fixed #30400 -- Improved typography of user facing strings.
Thanks Claude Paroz for assistance with translations.
|
2019-06-28 16:46:18 +02:00 |
Sergey Fedoseev
|
6fd6d8383f
|
Fixed #28915 -- Prevented SQLite from truncating trailing zeros in the fractional part of DecimalField.
This reverts commit a146b65628 and adds
a test for the regression.
|
2017-12-12 21:57:41 -10:00 |
Mads Jensen
|
a51c4de194
|
Used assertRaisesMessage() to test Django's error messages.
|
2017-07-29 19:07:23 -04:00 |
Sergey Fedoseev
|
37fbeb99f9
|
Removed unused models.DecimalField._format().
Unused since b3b71a0922 .
|
2017-07-20 09:00:18 -04:00 |
Claude Paroz
|
a87189fc5e
|
Fixed #28164 -- Improved float conversions in DecimalField.to_python
Thanks Tim Graham and Adam Johnson for the reviews.
|
2017-05-09 08:40:08 +02:00 |
Tim Graham
|
c920db1e57
|
Removed blank line in tests/model_fields/test_decimalfield.py per isort.
|
2017-04-29 07:42:12 -04:00 |
Mariusz Felisiak
|
f32ee6d0ec
|
Refs #6767 -- Added test for fetching decimal values without rounding error on Oracle.
|
2017-04-28 06:07:28 +02:00 |
Jon Dufresne
|
4f336f6652
|
Fixed #26747 -- Used more specific assertions in the Django test suite.
|
2016-06-16 14:19:18 -04:00 |
Claude Paroz
|
388bb5bd9a
|
Fixed #22936 -- Obsoleted Field.get_prep_lookup()/get_db_prep_lookup()
Thanks Tim Graham for completing the initial patch.
|
2016-05-04 20:02:01 +02:00 |
Tim Graham
|
3c1b572f18
|
Split model_fields tests into different files.
|
2016-03-23 19:31:47 -04:00 |