diff --git a/docs/releases/1.7.txt b/docs/releases/1.7.txt index f9bba662b2..68dc530eee 100644 --- a/docs/releases/1.7.txt +++ b/docs/releases/1.7.txt @@ -1455,6 +1455,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