django1/django/newforms
Jacob Kaplan-Moss 649cdf907d Fixed #4620: you can now easily add custom labels to ModelChoiceFields via subclassing. Thanks, PhiR.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@7326 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2008-03-19 23:10:45 +00:00
..
extras Fixed #6230: Fixed the addition of id values to the select widgets in 2008-03-18 14:20:43 +00:00
__init__.py newforms: Added BaseForm to django.newforms namespace 2006-12-17 05:11:48 +00:00
fields.py Fixed #5894: added FilePathField to newforms. Thanks, Alex Gaynor. 2008-03-19 22:29:11 +00:00
forms.py Fixed #5811 -- Added an explicit conversion to unicode that was otherwise causing problems in some cases. Thanks, Mike Maravillo. 2008-02-29 19:05:52 +00:00
models.py Fixed #4620: you can now easily add custom labels to ModelChoiceFields via subclassing. Thanks, PhiR. 2008-03-19 23:10:45 +00:00
util.py Implemented auto-escaping of variable output in templates. Fully controllable by template authors and it's possible to write filters and templates that simulataneously work in both auto-escaped and non-auto-escaped environments if you need to. Fixed #2359 2007-11-14 12:58:53 +00:00
widgets.py Fixed #6113 -- Added auto-escaping "safe" marking for the MultiWidget. Thanks, Martin Conte MacDonell. 2008-02-04 02:33:38 +00:00