django/tests/regressiontests/forms
James Bennett 9a82ca0a36 Fixed #12879: Declaring the same JS file multiple times in a single Media instance now only includes that file once.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@12663 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2010-03-03 08:01:48 +00:00
..
localflavor
__init__.py
error_messages.py
extra.py
fields.py Fixed #12989 - Fixed verification of IDN URLs. Thanks to Fraser Nevett for the report and patch. 2010-02-28 12:01:18 +00:00
forms.py Fixed #9336. Changed CheckboxInput to render 'True' and 'False' input strings as checked or not instead of as a value attribute. Thanks, bthomas. 2010-02-23 23:37:45 +00:00
formsets.py
media.py Fixed #12879: Declaring the same JS file multiple times in a single Media instance now only includes that file once. 2010-03-03 08:01:48 +00:00
models.py
regressions.py
tests.py
util.py
validators.py
widgets.py