django1/django/forms
Jannis Leidel bf33d3eb1d Fixed #12444 - Date based widgets now correctly handle input values when using locale-aware formatting. Also fixes #7656.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@12029 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2009-12-30 22:11:48 +00:00
..
extras Fixed #7980 - Improved i18n framework to support locale aware formatting (dates and numbers) and form processing. 2009-12-22 17:58:49 +00:00
__init__.py Fixed #7741: django.newforms is now django.forms. This is obviously a backwards-incompatible change. There's a warning upon import of django.newforms itself, but deeper imports will raise errors. 2008-07-19 01:22:26 +00:00
fields.py Fixed #7980 - Improved i18n framework to support locale aware formatting (dates and numbers) and form processing. 2009-12-22 17:58:49 +00:00
forms.py Fixed #11753 - Q objects with callables no longer explode on Python 2.4. Thanks, Jeremy Dunck. 2009-12-17 22:06:41 +00:00
formsets.py Fixed #10082 -- Modified BaseFormSet so that ordering checks work when the formset is empty. Thanks to Petr Marhoun for the report and test case, and bmathieu for the fix. 2009-04-28 14:17:18 +00:00
models.py Fixed #1142 -- Added multiple database support. 2009-12-22 15:18:51 +00:00
util.py Fixed #6160, #9111 -- Consistently apply conditional_escape to form errors and labels when outputing them as HTML. 2008-11-06 19:49:24 +00:00
widgets.py Fixed #12444 - Date based widgets now correctly handle input values when using locale-aware formatting. Also fixes #7656. 2009-12-30 22:11:48 +00:00