django/tests/regressiontests/forms
Brian Rosner a19ed8aea3 Merged the newforms-admin branch into trunk.
This is a backward incompatible change. The admin contrib app has been
refactored. The newforms module has several improvements including FormSets
and Media definitions.

git-svn-id: http://code.djangoproject.com/svn/django/trunk@7967 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2008-07-18 23:54:34 +00:00
..
localflavor Fixed #6291 -- Fixed error in CASocialInsuranceNumberField documentation and error message. Thanks, jeff+django@ivany.org and arien 2008-01-02 05:23:21 +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 Fixed #2070: refactored Django's file upload capabilities. 2008-07-01 15:10:51 +00:00
extra.py Fixed #5917 -- More error robustness in date parsing in SelectDateWidget, plus 2008-03-20 07:44:46 +00:00
fields.py Fixed #7614: the quickening has come, and there now is only one UploadedFile. On top of that, UploadedFile's interface has been improved: 2008-07-07 23:16:00 +00:00
forms.py Merged the newforms-admin branch into trunk. 2008-07-18 23:54:34 +00:00
formsets.py Merged the newforms-admin branch into trunk. 2008-07-18 23:54:34 +00:00
media.py Merged the newforms-admin branch into trunk. 2008-07-18 23:54:34 +00:00
models.py Fixed #5975 -- Gave `ModelChoiceField` and `ModelMultipleChoiceField` ability to specify custom error messages. 2007-11-18 20:25:23 +00:00
regressions.py Fixed #4860: added 'for' attributes to labels in newforms widgets. Thanks to Ivan Sagalaev and batiste@dosimple.ch for the patches. 2008-06-18 16:33:04 +00:00
tests.py Merged the newforms-admin branch into trunk. 2008-07-18 23:54:34 +00:00
util.py Fixed #3457 -- Allow overridding of error messages for newforms Fields. 2007-10-28 05:40:26 +00:00
widgets.py Merged the newforms-admin branch into trunk. 2008-07-18 23:54:34 +00:00