1
0
mirror of https://github.com/django/django.git synced 2024-12-27 11:35:53 +00:00
django/tests/regressiontests/forms/tests
2013-01-28 22:11:00 +01: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 Fixed #8627 -- Prevented textareas to swallow first newline content 2012-11-05 20:27:06 +01:00
error_messages.py [py3] Refactored __unicode__ to __str__. 2012-08-12 14:44:40 +02:00
extra.py Added HTML5 email input type 2013-01-28 22:10:50 +01:00
fields.py Added HTML5 url input type 2013-01-28 22:11:00 +01:00
forms.py Added HTML5 email input type 2013-01-28 22:10:50 +01:00
formsets.py Fixed #19545 -- Make sure media/is_multipart work with empty formsets 2013-01-03 15:16:23 +01:00
input_formats.py Fixed #19015 -- Add ISO input formats to all formats 2012-12-01 14:05:52 +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 Moved has_changed logic from widget to form field 2013-01-25 20:50:46 +01:00