summaryrefslogtreecommitdiff
path: root/tests/view_tests/urls.py
AgeCommit message (Expand)Author
2015-09-12Fixed #23395 -- Limited line lengths to 119 characters.Dražen Odobašić
2015-08-05Fixed #22404 -- Added a view that exposes i18n catalog as a JSONSergey Kolosov
2015-05-11Fixed #24733 -- Passed the triggering exception to 40x error handlersClaude Paroz
2015-03-20Fixed #22106 -- Allowed using more than one instance of javascript_catalog pe...Moritz Sichert
2015-03-13Fixed #24122 -- Redirected to translated url after setting languageClaude Paroz
2015-02-06Sorted imports with isort; refs #23860.Tim Graham
2014-08-12Fixed #23276 -- Deprecated passing views as strings to url().Tim Graham
2014-06-30Fixed #22756 -- Added view name to technical 404 template if Http404 is raised.Julia Matsieva
2014-05-15Harmonized some PEP 0263 coding preamblesClaude Paroz
2014-04-16Fixed #22378 -- Updated \d to [0-9]+ in urlpatterns of docs and tests.chriscauley
2014-04-03Fixed #22218 -- Deprecated django.conf.urls.patterns.Tim Graham
2014-02-22Added some tests for #21725.Baptiste Mispelon
2013-09-06adds fix and test for when a template is not specified at all to render(). fi...Ian Wilson
2013-08-12Unlocalize line numbers and ids in debug 500 view.Ramiro Morales
2013-08-04Fixed #20822 -- Set content type of default error pages to 'text/html'.Aymeric Augustin
2013-07-29Removed most of absolute_import importsClaude Paroz
2013-05-21Fixed #6412 -- More details if a template file cannot be loadedMathijs de Bruin
2013-03-14Deprecated django.views.defaults.shortcut.Aymeric Augustin
2013-02-26Renamed some tests and removed references to modeltests/regressiontests.Florian Apolloner