index
:
chango.git
devmain
fix-31295
initial-branch
main
stable/5.2.x
stable/6.0.x
django
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
tests
/
view_tests
/
urls.py
Age
Commit message (
Expand
)
Author
2014-08-12
Fixed #23276 -- Deprecated passing views as strings to url().
Tim Graham
2014-06-30
Fixed #22756 -- Added view name to technical 404 template if Http404 is raised.
Julia Matsieva
2014-05-15
Harmonized some PEP 0263 coding preambles
Claude Paroz
2014-04-16
Fixed #22378 -- Updated \d to [0-9]+ in urlpatterns of docs and tests.
chriscauley
2014-04-03
Fixed #22218 -- Deprecated django.conf.urls.patterns.
Tim Graham
2014-02-22
Added some tests for #21725.
Baptiste Mispelon
2013-09-06
adds fix and test for when a template is not specified at all to render(). fi...
Ian Wilson
2013-08-12
Unlocalize line numbers and ids in debug 500 view.
Ramiro Morales
2013-08-04
Fixed #20822 -- Set content type of default error pages to 'text/html'.
Aymeric Augustin
2013-07-29
Removed most of absolute_import imports
Claude Paroz
2013-05-21
Fixed #6412 -- More details if a template file cannot be loaded
Mathijs de Bruin
2013-03-14
Deprecated django.views.defaults.shortcut.
Aymeric Augustin
2013-02-26
Renamed some tests and removed references to modeltests/regressiontests.
Florian Apolloner