django/tests/regressiontests/forms/tests
Baptiste Mispelon 9c49e64b66 [1.5.x] Fixed #20211: Document backwards-incompatible change in BoundField.label_tag
Also cleaned up label escaping and consolidated the test suite regarding
label_tag.
Backport of ab686022f from master.
2013-04-12 10:25:44 +02:00
..
filepath_test_files Changed FilePathField tests to use it's own directory with test files. 2012-06-03 22:54:34 +02:00
__init__.py [1.5.x] Fixed #8627 -- Prevented textareas to swallow first newline content 2012-11-05 20:56:25 +01:00
error_messages.py [py3] Refactored __unicode__ to __str__. 2012-08-12 14:44:40 +02:00
extra.py Used @override_settings in several tests. 2012-10-20 23:22:46 +02:00
fields.py [1.5.x] Fixed #19357 -- Allow non-ASCII chars in filesystem paths 2012-12-08 11:16:03 +01:00
forms.py [1.5.x] Fixed #20211: Document backwards-incompatible change in BoundField.label_tag 2013-04-12 10:25:44 +02:00
formsets.py [1.5.x] Added a default limit to the maximum number of forms in a formset. 2013-02-19 10:39:04 -07:00
input_formats.py [1.5.x] Fixed #19015 -- Add ISO input formats to all formats 2012-12-01 15:43:38 +01:00
media.py Use the class decorator syntax available in Python >= 2.6. Refs #17965. 2012-03-30 09:08:29 +00:00
models.py Fixed #14567 -- Made ModelMultipleChoiceField return EmptyQuerySet as empty value 2012-10-03 20:47:35 +03:00
regressions.py Fixed #18269 -- Applied unicode_literals for Python 3 compatibility. 2012-06-07 18:08:47 +02:00
util.py [py3] Refactored __unicode__ to __str__. 2012-08-12 14:44:40 +02:00
validators.py Fixed #18013 -- Use the new 'as' syntax for exceptions. 2012-04-29 20:57:15 +02:00
widgets.py [1.5.x] Fixed #19537 -- Made CheckboxInput._has_changed handle 'False' string 2012-12-31 10:24:48 +01:00