django/tests/regressiontests/forms
Jannis Leidel e6ec07dc1f Fixed #13592 -- Make sure the SelectDateWidget works with dates before 1900 when localization is enabled. Thanks for the report and patch, magnus.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@13301 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2010-05-23 10:38:23 +00:00
..
localflavor Fixed #13374 -- Modified a test so that it can pass under PyPy. This is a reimplementation of part of r12998, reverted in r13008. Thanks to Alex Gaynor. 2010-04-21 11:33:39 +00:00
__init__.py Split django.newforms into forms, fields, widgets, util. Also moved unit tests from docstrings to a standalone module in tests/regressiontests/forms, to save docstring memory overhead, keep code readable and fit our exisitng convention 2006-10-28 20:34:37 +00:00
error_messages.py Merged soc2009/model-validation to trunk. Thanks, Honza! 2010-01-05 03:56:19 +00:00
extra.py Fixed #13592 -- Make sure the SelectDateWidget works with dates before 1900 when localization is enabled. Thanks for the report and patch, magnus. 2010-05-23 10:38:23 +00:00
fields.py Fixed #12164 -- Removed the Python 2.3 compatibility imports and workarounds. Thanks to timo and claudep for the patch. 2010-05-04 14:00:30 +00:00
forms.py Fixed #12164 -- Removed the Python 2.3 compatibility imports and workarounds. Thanks to timo and claudep for the patch. 2010-05-04 14:00:30 +00:00
formsets.py Fixed #13524 -- Added backwards compatibility and feature notes regarding admin inlines and formsets. Thanks to Ramiro Morales and Gabriel Hurley. 2010-05-12 11:56:42 +00:00
media.py Expanded the fix in [12663] to cover CSS declarations, which were also affected by the bug. Refs #12879. 2010-03-03 08:17:51 +00:00
models.py Fixed #11940 - ModelForm evaluates callable default values on form class creation 2010-03-08 15:03:30 +00:00
regressions.py Added an explicit test showing that field errors are correctly autoescaped. 2009-11-20 14:59:44 +00:00
tests.py Fixed #12048 - MultiWidget does not define `__deepcopy__` 2010-03-09 22:52:04 +00:00
util.py Merged soc2009/model-validation to trunk. Thanks, Honza! 2010-01-05 03:56:19 +00:00
validators.py Merged soc2009/model-validation to trunk. Thanks, Honza! 2010-01-05 03:56:19 +00:00
widgets.py Fixed #13560 -- Fixed localization of widgets. 2010-05-21 14:07:54 +00:00