1
0
mirror of https://github.com/django/django.git synced 2025-01-11 10:56:28 +00:00
django/tests/regressiontests/forms
2010-09-12 22:27:59 +00:00
..
localflavor
__init__.py
error_messages.py
extra.py
fields.py Fixed #14159 -- Corrected more potential uses of relative paths in tests. Thanks to Alex Gaynor for the patch. 2010-08-24 02:26:14 +00:00
forms.py Added a test for hidden SplitDateTime fields. Thanks, seveas. 2010-09-12 22:27:59 +00:00
formsets.py
input_formats.py Fixed #13621 -- Corrected the handling of input formats on date/time form fields. Thanks to bufke for the report, zerok and jacmkno for their work on the patch, and Karen, Jannis and Alex for feedback. 2010-08-05 12:50:30 +00:00
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 Fixed #13621 -- Corrected the handling of input formats on date/time form fields. Thanks to bufke for the report, zerok and jacmkno for their work on the patch, and Karen, Jannis and Alex for feedback. 2010-08-05 12:50:30 +00:00
util.py
validators.py
widgets.py Fixed #13390 -- SplitDateTimeWidget now recognizes when it's no longer required. Thanks vaxXxa for bug report and patch. 2010-09-11 21:26:19 +00:00