summaryrefslogtreecommitdiff
path: root/tests/regressiontests/urlpatterns_reverse/urls.py
Commit message (Expand)AuthorAgeFilesLines
* Merged regressiontests and modeltests into the test root.Florian Apolloner2013-02-261-69/+0
* Fixed #17492 -- Allow reversal of named backreferences. Thanks nate_bChris Beaven2012-01-031-3/+1
* Convert the remainder of the relative imports in the tests to be absolute imp...Alex Gaynor2011-10-131-1/+5
* Fixed #14675 -- Completed removal of `from django.conf.urls.default import *`...Ramiro Morales2011-09-111-1/+1
* Fixed #13154 -- Fixed the URL resolver's reverse() to match the behavior of i...Jannis Leidel2011-05-071-2/+6
* In urlconfs, include() may now be used on an iterable of patterns instead of ...Jacob Kaplan-Moss2009-01-101-0/+8
* Fixed #9038 -- Correctly handle URL patterns with the same name (or view name),Malcolm Tredinnick2008-09-271-1/+8
* Fixed a case of incorrect parsing of quanitifers in reg-exp patterns.Malcolm Tredinnick2008-09-011-0/+1
* Fixed #8725 -- Handle empty URL patterns in reverse().Malcolm Tredinnick2008-08-311-0/+1
* A rewrite of the reverse URL parsing: the reverse() call and the "url" templa...Malcolm Tredinnick2008-08-311-0/+46