1
0
mirror of https://github.com/django/django.git synced 2025-01-13 03:47:26 +00:00
django/tests/regressiontests/forms
2010-10-07 15:50:36 +00:00
..
localflavor
__init__.py
error_messages.py
extra.py
fields.py Fixed #11907 -- EmailField now runs strip() on its input. This means mistakenly including leading or trailing spaces will not cause a validation error, and clean() will remove those spaces. Thanks, krisneuharth, djansoft and SmileyChris 2010-10-07 15:50:36 +00:00
forms.py
formsets.py
input_formats.py
media.py
models.py
regressions.py
tests.py Fixed #7048 -- Added ClearableFileInput widget to clear file fields. Thanks for report and patch, jarrow and Carl Meyer. 2010-10-01 02:02:58 +00:00
util.py
validators.py
widgets.py Fixed #7048 -- Added ClearableFileInput widget to clear file fields. Thanks for report and patch, jarrow and Carl Meyer. 2010-10-01 02:02:58 +00:00