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
2022-07-25
Fixed #33863 -- Fixed JavaScriptCatalog with more than 1 level of fallback tr...
Claude Paroz
2022-02-07
Refs #33476 -- Reformatted code with Black.
django-bot
2022-01-28
Fixed #33461 -- Escaped template errors in the technical 500 debug page.
Keryn Knight
2022-01-13
Fixed #33396 -- Added view name to technical 500 debug page.
Hrushikesh Vaidya
2020-09-09
Fixed #31962 -- Made SessionMiddleware raise SessionInterrupted when session ...
Hasan Ramezani
2020-01-16
Fixed #30752 -- Allowed using ExceptionReporter subclasses in error reports.
Pavel Lysak
2018-12-31
Updated test URL patterns to use path() and re_path().
Tim Graham
2017-09-20
Fixed #28593 -- Added a simplified URL routing syntax per DEP 0201.
Sjoerd Job Postmus
2017-04-02
Removed unused code in i18n view_tests
Claude Paroz
2017-02-07
Converted usage of ugettext* functions to their gettext* aliases
Claude Paroz
2017-02-03
Refs #23919 -- Removed a Python 2 code path in force_text().
Tim Graham
2017-02-03
Fixed spelling of "nonexistent".
Tim Graham
2017-01-20
Refs #23919 -- Removed django.utils._os.upath()/npath()/abspathu() usage.
Tim Graham
2017-01-18
Refs #23919 -- Removed encoding preambles and future imports
Claude Paroz
2017-01-17
Refs #19567 -- Removed deprecated javascript_catalog() and json_catalog() views.
Tim Graham
2016-08-10
Fixed #26973 -- Fixed views.static.serve() crash with show_indexes enabled.
Tim Graham
2016-04-15
Fixed #19567 -- Added JavaScriptCatalog and JSONCatalog class-based views
Claude Paroz
2016-04-09
Fixed #26466 -- Added HTTP_REFERER decoding to i18n set_language() view.
Miikka Salminen
2015-09-12
Fixed #23395 -- Limited line lengths to 119 characters.
Dražen Odobašić
2015-08-05
Fixed #22404 -- Added a view that exposes i18n catalog as a JSON
Sergey Kolosov
2015-05-11
Fixed #24733 -- Passed the triggering exception to 40x error handlers
Claude Paroz
2015-03-20
Fixed #22106 -- Allowed using more than one instance of javascript_catalog pe...
Moritz Sichert
2015-03-13
Fixed #24122 -- Redirected to translated url after setting language
Claude Paroz
2015-02-06
Sorted imports with isort; refs #23860.
Tim Graham
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