django1/django
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
..
apps Improved warning message when reloading models. Refs #23621. 2014-10-23 01:46:04 +07:00
bin Started attackign the next flake8 violation 2013-10-31 08:42:28 -07:00
conf Moved context_processors from django.core to django.template. 2014-12-28 17:00:07 +01:00
contrib Fixed #24064 -- Prevented database access at compile time in spatialite models. 2015-01-02 12:04:57 -05:00
core Fixed #20003 -- Improved and extended URLValidator 2015-01-06 14:04:25 -05:00
db Fixed #23861 -- Added an API to deprecate model fields. 2015-01-05 11:35:36 -05:00
dispatch Added return value to Signal.disconnect(). 2015-01-02 12:00:41 -05:00
forms Fixed #21414 -- Removed RelatedObject and deprecated Field.related. 2014-12-23 10:54:25 -05:00
http Closed files in FileResponse; refs #24072 2015-01-05 14:54:55 -05:00
middleware Fixed #23815 -- Prevented UnicodeDecodeError in CSRF middleware 2015-01-06 08:42:58 +01:00
template Fixed #24022 -- Deprecated the ssi tag. 2015-01-05 19:35:02 -05:00
templatetags Cleaned up the django.template namespace. 2014-12-28 14:47:31 +01:00
test Removed extraneous super call in LiveServerTestCase 2015-01-03 10:13:20 +01:00
utils Updated six to 1.9.0. 2015-01-02 12:35:41 -05:00
views Fixed #24072 -- Added FileResponse for streaming binary files. 2015-01-05 10:51:52 -05:00
__init__.py Simplified get_version() in django/__init__.py 2014-11-24 07:02:29 -05:00
shortcuts.py Deprecated current_app in TemplateResponse and render(_to_response). 2014-12-28 17:02:29 +01:00