mirror of
https://github.com/Hopiu/django.git
synced 2026-04-06 16:11:00 +00:00
When django.core.urlresolvers.resolve was called from a view, failed and the exception was propagated and rendered by technical_404_response, the URL mentioned on the page was the current URL instead of the URL passed to resolve(). Fixed by using the path attribute from the Resolver404 exception instead of request.path_info. Also cleaned up the exceptions to use standard named parameters instead of stuffing a dict in args[0] |
||
|---|---|---|
| .. | ||
| __init__.py | ||
| test_csrf.py | ||
| test_debug.py | ||
| test_defaults.py | ||
| test_i18n.py | ||
| test_json.py | ||
| test_shortcuts.py | ||
| test_specials.py | ||
| test_static.py | ||