django/tests/regressiontests/forms
Malcolm Tredinnick 108b604b51 Fixed #7345 -- When normalising the URLField form field, attach a trailing
slash when only a host (no path) is given. Thanks, jpwatts.


git-svn-id: http://code.djangoproject.com/svn/django/trunk@8089 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2008-07-26 05:18:39 +00:00
..
localflavor Fixed #7686 -- Added an Austrian localflavor. Thanks, bernd. 2008-07-26 04:25:42 +00:00
__init__.py
error_messages.py
extra.py
fields.py Fixed #7345 -- When normalising the URLField form field, attach a trailing 2008-07-26 05:18:39 +00:00
forms.py
formsets.py Made the semi-private _max_form_count live on the public API of formsets by renaming it to max_num. This also removes the ManagementForm use of MAX_COUNT since that usage should just be referenced to the formset's max_num property. Refs #7899. Thanks Peter of the Norse for straightening me out. 2008-07-23 04:28:52 +00:00
media.py
models.py
regressions.py
tests.py Fixed #7686 -- Added an Austrian localflavor. Thanks, bernd. 2008-07-26 04:25:42 +00:00
util.py
widgets.py