1
0
mirror of https://github.com/django/django.git synced 2025-10-31 09:41:08 +00:00

Fixed #16362 -- Allowed lookaround assertions in URL patterns.

This commit is contained in:
Bas Peschier
2015-03-21 13:19:13 +01:00
committed by Tim Graham
parent 74f8110e74
commit b4382b7055
5 changed files with 62 additions and 6 deletions

View File

@@ -205,6 +205,11 @@ Tests
* ...
URLs
^^^^
* Regular expression lookaround assertions are now allowed in URL patterns.
Validators
^^^^^^^^^^