0
0
mirror of https://github.com/django/django.git synced 2024-11-28 02:27:42 +01:00
django/tests/view_tests
Jon Dufresne d6aff369ad Refs #30116 -- Simplified regex match group access with Match.__getitem__().
The method has been available since Python 3.6. The shorter syntax is
also marginally faster.
2020-05-11 12:01:28 +02:00
..
app0
app1
app2
app3
app4
app5
locale
media
templates
templatetags
tests Refs #30116 -- Simplified regex match group access with Match.__getitem__(). 2020-05-11 12:01:28 +02:00
__init__.py
default_urls.py
generic_urls.py
models.py Removed unused __str__() methods in tests models. 2020-04-15 20:20:32 +02:00
regression_21530_urls.py
urls.py
views.py