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
/
forms_tests
/
field_tests
/
test_decimalfield.py
Age
Commit message (
Expand
)
Author
2024-01-26
Applied Black's 2024 stable style.
Mariusz Felisiak
2023-06-16
Fixed #34473 -- Fixed step validation for form fields with non-zero minimum v...
Jacob Rief
2023-01-17
Refs #32873 -- Removed settings.USE_L10N per deprecation timeline.
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
2021-09-14
Fixed #32873 -- Deprecated settings.USE_L10N.
Claude Paroz
2021-07-30
Refs #32956 -- Updated words ending in -wards.
David Smith
2021-07-21
Fixed #32949 -- Restored invalid number handling in DecimalField.validate().
yakimka
2020-04-28
Changed django.forms.ValidationError imports to django.core.exceptions.Valida...
François Freitag
2018-01-21
Fixed #29038 -- Removed closing slash from HTML void tags.
Jon Dufresne
2018-01-10
Fixed #29006 -- Fixed DecimalField.clean() crash on sNaN values.
Fabio Bonelli
2018-01-10
Reduced redundancy in DecimalField tests with subTest().
Tim Graham
2017-09-27
Fixed #28562 -- Fixed DecimalValidator handling of positive exponent scientif...
Josh Schneier
2017-04-07
Fixed #22654 -- Broken decimal validation
Raphael Michel
2017-01-18
Refs #23919 -- Removed encoding preambles and future imports
Claude Paroz
2016-04-21
Fixed #22383 -- Added support for HTML5 required attribute on required form f...
Jon Dufresne
2016-04-11
Split form's test_fields.py into different files.
Berker Peksag