summaryrefslogtreecommitdiff
path: root/tests/view_tests/urls.py
Commit message (Expand)AuthorAgeFilesLines
* Fixed #31962 -- Made SessionMiddleware raise SessionInterrupted when session ...Hasan Ramezani2020-09-091-0/+1
* Fixed #30752 -- Allowed using ExceptionReporter subclasses in error reports.Pavel Lysak2020-01-161-0/+1
* Updated test URL patterns to use path() and re_path().Tim Graham2018-12-311-34/+33
* Fixed #28593 -- Added a simplified URL routing syntax per DEP 0201.Sjoerd Job Postmus2017-09-201-4/+8
* Removed unused code in i18n view_testsClaude Paroz2017-04-021-40/+0
* Converted usage of ugettext* functions to their gettext* aliasesClaude Paroz2017-02-071-1/+1
* Refs #23919 -- Removed a Python 2 code path in force_text().Tim Graham2017-02-031-2/+1
* Fixed spelling of "nonexistent".Tim Graham2017-02-031-1/+1
* Refs #23919 -- Removed django.utils._os.upath()/npath()/abspathu() usage.Tim Graham2017-01-201-2/+1
* Refs #23919 -- Removed encoding preambles and future importsClaude Paroz2017-01-181-1/+0
* Refs #19567 -- Removed deprecated javascript_catalog() and json_catalog() views.Tim Graham2017-01-171-13/+0
* Fixed #26973 -- Fixed views.static.serve() crash with show_indexes enabled.Tim Graham2016-08-101-1/+1
* Fixed #19567 -- Added JavaScriptCatalog and JSONCatalog class-based viewsClaude Paroz2016-04-151-9/+25
* Fixed #26466 -- Added HTTP_REFERER decoding to i18n set_language() view.Miikka Salminen2016-04-091-0/+1
* Fixed #23395 -- Limited line lengths to 119 characters.Dražen Odobašić2015-09-121-1/+5
* Fixed #22404 -- Added a view that exposes i18n catalog as a JSONSergey Kolosov2015-08-051-0/+1
* Fixed #24733 -- Passed the triggering exception to 40x error handlersClaude Paroz2015-05-111-1/+2
* Fixed #22106 -- Allowed using more than one instance of javascript_catalog pe...Moritz Sichert2015-03-201-0/+13
* Fixed #24122 -- Redirected to translated url after setting languageClaude Paroz2015-03-131-0/+6
* Sorted imports with isort; refs #23860.Tim Graham2015-02-061-2/+1
* Fixed #23276 -- Deprecated passing views as strings to url().Tim Graham2014-08-121-2/+2
* Fixed #22756 -- Added view name to technical 404 template if Http404 is raised.Julia Matsieva2014-06-301-0/+3
* Harmonized some PEP 0263 coding preamblesClaude Paroz2014-05-151-1/+1
* Fixed #22378 -- Updated \d to [0-9]+ in urlpatterns of docs and tests.chriscauley2014-04-161-2/+2
* Fixed #22218 -- Deprecated django.conf.urls.patterns.Tim Graham2014-04-031-27/+28
* Added some tests for #21725.Baptiste Mispelon2014-02-221-0/+6
* adds fix and test for when a template is not specified at all to render(). fi...Ian Wilson2013-09-061-0/+1
* Unlocalize line numbers and ids in debug 500 view.Ramiro Morales2013-08-121-0/+1
* Fixed #20822 -- Set content type of default error pages to 'text/html'.Aymeric Augustin2013-08-041-1/+3
* Removed most of absolute_import importsClaude Paroz2013-07-291-2/+0
* Fixed #6412 -- More details if a template file cannot be loadedMathijs de Bruin2013-05-211-1/+1
* Deprecated django.views.defaults.shortcut.Aymeric Augustin2013-03-141-1/+0
* Renamed some tests and removed references to modeltests/regressiontests.Florian Apolloner2013-02-261-0/+71