1
0
mirror of https://github.com/django/django.git synced 2025-01-09 18:06:34 +00:00
django/tests/forms_tests/tests
Claude Paroz 9883551d50 Fixed #20039 -- Fixed has_changed form detection for required TypedChoiceFields
Thanks Florian Apolloner for the report and the review.
Also fixes #19643.
2013-03-14 14:49:07 +01:00
..
filepath_test_files
__init__.py
error_messages.py
extra.py
fields.py Fixed #20039 -- Fixed has_changed form detection for required TypedChoiceFields 2013-03-14 14:49:07 +01:00
forms.py Fixed a regression in forms changed_data 2013-03-08 18:19:24 +01:00
formsets.py
input_formats.py Fixed #19917 -- Added microseconds in default TIME_INPUT_FORMATS 2013-03-02 18:11:10 +01:00
media.py
models.py
regressions.py Fixed #20039 -- Fixed has_changed form detection for required TypedChoiceFields 2013-03-14 14:49:07 +01:00
util.py
validators.py
widgets.py