django1/django/newforms
Adrian Holovaty 44add112e5 newforms: Form.as_ul() no longer puts hidden fields between <li>s. Similar to [4175], which was the same thing for Form.as_table(). Refs #3101
git-svn-id: http://code.djangoproject.com/svn/django/trunk@4177 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2006-12-07 06:17:06 +00:00
..
__init__.py Moved newforms form_for_model and form_for_fields to django/newforms/models.py 2006-11-25 06:33:59 +00:00
fields.py Fixed #3095 -- Added translation strings to newforms. Thanks for the patch, Honza Král 2006-12-06 06:37:32 +00:00
forms.py newforms: Form.as_ul() no longer puts hidden fields between <li>s. Similar to [4175], which was the same thing for Form.as_table(). Refs #3101 2006-12-07 06:17:06 +00:00
models.py Moved newforms form_for_model and form_for_fields to django/newforms/models.py 2006-11-25 06:33:59 +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: 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