mirror of
https://github.com/django/django.git
synced 2025-08-03 02:23:12 +00:00
A rewrite of the reverse URL parsing: the reverse() call and the "url" template tag.
This is fully backwards compatible, but it fixes a bunch of little bugs. Thanks to SmileyChris and Ilya Semenov for some early patches in this area that were incorporated into this change. Fixed #2977, #4915, #6934, #7206. git-svn-id: http://code.djangoproject.com/svn/django/trunk@8760 bcc190cf-cafb-0310-a4f2-bffc1f526a37
This commit is contained in:
parent
84ef4a9b1d
commit
a63a83e5d8
8 changed files with 482 additions and 115 deletions
2
tests/regressiontests/urlpatterns_reverse/views.py
Normal file
2
tests/regressiontests/urlpatterns_reverse/views.py
Normal file
|
@ -0,0 +1,2 @@
|
|||
def empty_view(request, *args, **kwargs):
|
||||
pass
|
Loading…
Add table
Add a link
Reference in a new issue