django1/tests/forms_tests/tests
Danilo Bargen 2e65d56156 Fixed #20003 -- Improved and extended URLValidator
This adds support for authentication data (`user:password`) in URLs,
IPv6 addresses, and unicode domains.

The test suite has been improved by adding test URLs from
http://mathiasbynens.be/demo/url-regex (with a few adjustments,
like allowing local and reserved IPs).

The previous URL validation regex failed this test suite on 13
occasions, the validator was updated based on
https://gist.github.com/dperini/729294.
2015-01-06 14:04:25 -05:00
..
filepath_test_files Fixed #23103 -- Annotated ImageField file with image and content_type attributes. 2014-08-01 09:30:58 -04:00
__init__.py Removed unneeded imports in tests's __init__.py and unified them. 2013-09-09 23:01:07 +02:00
test_error_messages.py Fixed #23891 -- Moved deprecation of IPAddressField to system check framework. 2015-01-01 13:30:52 -05:00
test_extra.py Fixed #23891 -- Moved deprecation of IPAddressField to system check framework. 2015-01-01 13:30:52 -05:00
test_fields.py Fixed #20003 -- Improved and extended URLValidator 2015-01-06 14:04:25 -05:00
test_forms.py Applied ignore_warnings to Django tests 2014-12-30 18:16:25 +01:00
test_formsets.py Fixed several typos in Django 2014-05-28 17:39:14 -07:00
test_input_formats.py Imported override_settings from its new location. 2013-12-23 21:37:56 +01:00
test_media.py Imported override_settings from its new location. 2013-12-23 21:37:56 +01:00
test_regressions.py Applied ignore_warnings to Django tests 2014-12-30 18:16:25 +01:00
test_utils.py Fixed #24008 -- Fixed ValidationError crash with list of dicts. 2014-12-31 14:43:13 -05:00
test_validators.py Fixed flake8 warnings. 2014-03-21 06:24:45 -04:00
test_widgets.py Applied ignore_warnings to Django tests 2014-12-30 18:16:25 +01:00
tests.py Removed redundant numbered parameters from str.format(). 2014-12-03 14:27:38 -05:00