This website requires JavaScript.
Explore
Help
Sign in
mirrors
/
django
Watch
1
Star
0
Fork
You've already forked django
0
mirror of
https://github.com/django/django.git
synced
2025-08-04 10:59:45 +00:00
Code
Issues
Projects
Releases
Packages
Wiki
Activity
Actions
4
8365ed08b8
django
/
tests
/
urlpatterns_reverse
History
Download ZIP
Download TAR.GZ
Wilfred Hughes
8365ed08b8
Fixed
#17076
-- When reversing a URL fails, inform the user which patterns were tried.
2013-06-14 10:26:30 +01:00
..
__init__.py
erroneous_urls.py
erroneous_views_module.py
extra_urls.py
included_named_urls.py
included_named_urls2.py
included_namespace_urls.py
included_urls.py
included_urls2.py
middleware.py
models.py
named_urls.py
namespace_urls.py
no_urls.py
reverse_lazy_urls.py
tests.py
Fixed
#17076
-- When reversing a URL fails, inform the user which patterns were tried.
2013-06-14 10:26:30 +01:00
urlconf_inner.py
urlconf_outer.py
urls.py
urls_error_handlers.py
urls_error_handlers_callables.py
urls_without_full_import.py
views.py
views_broken.py