1
0
mirror of https://github.com/django/django.git synced 2025-01-09 18:06:34 +00:00
django/tests/forms_tests/tests
Baptiste Mispelon ab686022f8 Fixed #20211: Document backwards-incompatible change in BoundField.label_tag
Also cleaned up label escaping and consolidated the test suite regarding
label_tag.
2013-04-12 10:17:17 +02:00
..
filepath_test_files
__init__.py Move last remaining tests out of models.py files; prep for test discovery. 2013-04-02 19:00:55 -06:00
error_messages.py
extra.py Fixed #17051 -- Removed some 'invalid' field error messages 2013-03-14 17:03:43 +01:00
fields.py Fixed #18839 - Field.__init__() now calls super(). 2013-03-20 16:20:57 -07:00
forms.py Fixed #20211: Document backwards-incompatible change in BoundField.label_tag 2013-04-12 10:17:17 +02:00
formsets.py Fixed #20084 -- Provided option to validate formset max_num on server. 2013-03-21 01:27:24 -07:00
input_formats.py Fixed #19917 -- Added microseconds in default TIME_INPUT_FORMATS 2013-03-02 18:11:10 +01:00
media.py
models.py Move last remaining tests out of models.py files; prep for test discovery. 2013-04-02 19:00:55 -06:00
regressions.py Fixed #20039 -- Fixed has_changed form detection for required TypedChoiceFields 2013-03-14 14:49:07 +01:00
tests.py Move last remaining tests out of models.py files; prep for test discovery. 2013-04-02 19:00:55 -06:00
util.py
validators.py Fixed #17051 -- Removed some 'invalid' field error messages 2013-03-14 17:03:43 +01:00
widgets.py