django1/django/newforms
Adrian Holovaty 0b7894423d Fixed comma splices in PendingDeprecationWarnings of form_for_model and form_for_instance from [6846]
git-svn-id: http://code.djangoproject.com/svn/django/trunk@6945 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2007-12-19 03:40:39 +00:00
..
extras Fixed #5991 -- Marked the generated HTML for newforms.extra.SelectDateWidget as 2007-11-28 20:19:58 +00:00
__init__.py newforms: Added BaseForm to django.newforms namespace 2006-12-17 05:11:48 +00:00
fields.py Small docstring edit to change from [6745] 2007-12-04 06:02:56 +00:00
forms.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
models.py Fixed comma splices in PendingDeprecationWarnings of form_for_model and form_for_instance from [6846] 2007-12-19 03:40:39 +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 #5730: Conditionally escape widget contents in newforms to avoid 2007-11-28 20:19:54 +00:00