django1/django/forms
Jacob Kaplan-Moss 95f5e4a8da Fixed #10774: accessing form media types in templates (i.e. ``{{ form.media.js }}``) now works. Thanks, tarequeh and Alex Gaynor.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@10489 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2009-04-10 17:07:25 +00:00
..
extras Fixed #7741: django.newforms is now django.forms. This is obviously a backwards-incompatible change. There's a warning upon import of django.newforms itself, but deeper imports will raise errors. 2008-07-19 01:22:26 +00:00
__init__.py Fixed #7741: django.newforms is now django.forms. This is obviously a backwards-incompatible change. There's a warning upon import of django.newforms itself, but deeper imports will raise errors. 2008-07-19 01:22:26 +00:00
fields.py Fixed #8422: FilePathField now respects required=False. 2009-04-08 18:53:55 +00:00
forms.py Forms in model formsets and inline formsets can now be deleted even if they don't validate. Related to #9587. 2009-03-31 19:55:20 +00:00
formsets.py Forms in model formsets and inline formsets can now be deleted even if they don't validate. Related to #9587. 2009-03-31 19:55:20 +00:00
models.py Fixed #9651: fixed save_as with inline forms. Thanks, kmike and Mnewman. 2009-04-02 00:01:15 +00:00
util.py Fixed #6160, #9111 -- Consistently apply conditional_escape to form errors and labels when outputing them as HTML. 2008-11-06 19:49:24 +00:00
widgets.py Fixed #10774: accessing form media types in templates (i.e. ``{{ form.media.js }}``) now works. Thanks, tarequeh and Alex Gaynor. 2009-04-10 17:07:25 +00:00