django1/django/newforms
Malcolm Tredinnick 2184248c05 For readability, use _() as an alias to mark translatable strings.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@6642 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2007-11-04 02:08:02 +00:00
..
extras Fixed #4622 -- Fixed SelectDateWidget to work correctly when used as a hidden input field. Thanks, Bill Fenner. 2007-08-12 02:15:35 +00:00
__init__.py newforms: Added BaseForm to django.newforms namespace 2006-12-17 05:11:48 +00:00
fields.py For readability, use _() as an alias to mark translatable strings. 2007-11-04 02:08:02 +00:00
forms.py Fixed #4975 -- Allow the default label suffix character to be configured. Thanks, Vincent Foley. 2007-09-16 04:38:20 +00:00
models.py Style fixes. 2007-10-29 23:52:17 +00:00
util.py Fixed #3457 -- Allow overridding of error messages for newforms Fields. 2007-10-28 05:40:26 +00:00
widgets.py Fixed #5794 -- Be more robust when rendering a DateTimeInput widget. Thanks, 2007-10-22 13:13:12 +00:00