Add a backport of Django 1.8's URLValidator.

Review Request #8978 — Created May 30, 2017 and submitted — Latest diff uploaded

Information

Djblets
release-0.9.x
50ef07d...

Reviewers

The URLValidator that ships with Django 1.6 is pretty basic, and doesn't
understand URLs that include credentials. This change adds a backport of the
Django 1.8 version, which does that plus more.

Used this in conjunction with a change in Review Board.

Diff Revision 2

This is not the most recent revision of the diff. The latest diff is revision 3. See what's changed.

orig
1
2
3
djblets/util/compat/django/core/validators.py
Loading...