1
0
mirror of https://github.com/django/django.git synced 2024-11-19 07:54:07 +00:00
django/tests/regressiontests/urlpatterns_reverse
2009-03-21 13:09:13 +00:00
..
__init__.py
extra_urls.py Fixed another case of reverse URL resolving that wasn't working. 2008-09-30 05:52:35 +00:00
included_urls2.py Fixed another case of reverse URL resolving that wasn't working. 2008-09-30 05:52:35 +00:00
included_urls.py
models.py
tests.py Fixed #10194: added django.shortcuts.redirect, a do-what-I-mean redirect shortcut. See the docs at topics/http/shortcuts for details. 2009-03-21 13:09:13 +00:00
urls.py In urlconfs, include() may now be used on an iterable of patterns instead of just a module string. Refs #6470 -- making the admin use a urlconf is much easier with this work done. Thanks, Alex Gaynor. 2009-01-10 22:54:20 +00:00
views.py Fixed #9038 -- Correctly handle URL patterns with the same name (or view name), 2008-09-27 06:14:11 +00:00