1
0
mirror of https://github.com/django/django.git synced 2024-12-24 01:55:49 +00:00
django/tests/regressiontests/forms
Malcolm Tredinnick be6ff148c1 Fixed the fix from [7775].
The previous change was failing Django's "check for well-formed domain name"
validation, rather than failing on the network side. Providing we don't ever
set up www.broken.djangoproject.com as a valid domain name, this change should
let us control our own destiny.


git-svn-id: http://code.djangoproject.com/svn/django/trunk@7776 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2008-06-28 10:55:26 +00:00
..
localflavor
__init__.py
error_messages.py Fixed the fix from [7775]. 2008-06-28 10:55:26 +00:00
extra.py
fields.py Fixed the fix from [7775]. 2008-06-28 10:55:26 +00:00
forms.py
models.py
regressions.py
tests.py
util.py
widgets.py