1
0
mirror of https://github.com/django/django.git synced 2025-01-13 03:47:26 +00:00
django/tests/regressiontests/forms
2010-08-14 12:05:41 +00:00
..
localflavor
__init__.py
error_messages.py
extra.py
fields.py
forms.py Fixed #8426 - added 'helptext' CSS class to help text in forms to aid in styling 2010-08-06 17:47:58 +00:00
formsets.py
input_formats.py
media.py
models.py Fixed #13679, #13231, #7287 -- Ensured that models that have ForeignKeys/ManyToManyField can use a a callable default that returns a model instance/queryset. #13679 was a regression in behavior; the other two tickets are pleasant side effects. Thanks to 3point2 for the report. 2010-08-14 12:05:41 +00:00
regressions.py
tests.py
util.py
validators.py
widgets.py Fixed #13316 -- Modified the default behavior of PasswordInput to prevent reflecting passwords on form failure. Thanks to clouserw for the report. 2010-08-06 14:25:58 +00:00