django1/django/newforms
Adrian Holovaty b5cd7d469d newforms: Added max_length and min_length optional arguments to RegexField, EmailField and URLField. Note that the argument order for those three fields has changed
git-svn-id: http://code.djangoproject.com/svn/django/trunk@4241 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2006-12-26 23:46:10 +00:00
..
extras newforms: Added django.newforms.extras.widgets, with SelectDateWidget implementation, plus some unit tests 2006-12-24 20:22:38 +00:00
__init__.py newforms: Added BaseForm to django.newforms namespace 2006-12-17 05:11:48 +00:00
fields.py newforms: Added max_length and min_length optional arguments to RegexField, EmailField and URLField. Note that the argument order for those three fields has changed 2006-12-26 23:46:10 +00:00
forms.py newforms: A label can now be the empty string, in which case a label won't be displayed 2006-12-26 23:33:20 +00:00
models.py newforms: Added optional 'form' parameter to form_for_model 2006-12-17 05:12:53 +00:00
util.py newforms: Added __unicode__() methods wherever there were __str__() methods, and changed the __str__() methods to delegate to __unicode__().encode(settings.DEFAULT_CHARSET) 2006-12-05 20:08:27 +00:00
widgets.py newforms: Implemented RadioFieldRenderer.__getitem__(), which allows for index lookup on radio fields 2006-12-26 22:56:53 +00:00