mirror of
https://github.com/django/django.git
synced 2025-11-02 21:03:53 +00:00
Fixed #17492 -- Allow reversal of named backreferences. Thanks nate_b
git-svn-id: http://code.djangoproject.com/svn/django/trunk@17336 bcc190cf-cafb-0310-a4f2-bffc1f526a37
This commit is contained in:
parent
e5719b203c
commit
e52c52ea13
5 changed files with 66 additions and 7 deletions
|
|
@ -25,3 +25,4 @@ from .ipv6 import TestUtilsIPv6
|
|||
from .timezone import TimezoneTests
|
||||
from .crypto import TestUtilsCryptoPBKDF2
|
||||
from .archive import TestZip, TestTar, TestGzipTar, TestBzip2Tar
|
||||
from .regex_helper import NormalizeTests
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue