Commit e20a27b5 authored by Tim Graham's avatar Tim Graham
Browse files

[1.8.x] Fixed #23985 -- Documented a backwards incompatible change in URLValidator.

Backport of 8c5b8018 from master
parent 12f4db23
Loading
Loading
Loading
Loading
+5 −0
Original line number Diff line number Diff line
@@ -1462,6 +1462,11 @@ Miscellaneous
  the default project template (pre-1.7.2 only), a database must be created
  before accessing a page using :djadmin:`runserver`.

* The addition of the ``schemes`` argument to ``URLValidator`` will appear
  as a backwards-incompatible change if you were previously using a custom
  regular expression to validate schemes. Any scheme not listed in ``schemes``
  will fail validation, even if the regular expression matches the given URL.

.. _deprecated-features-1.7:

Features deprecated in 1.7