summaryrefslogtreecommitdiff
path: root/tests/view_tests/views.py
AgeCommit message (Expand)Author
2025-07-23Refs #36500 -- Rewrapped long docstrings and block comments via a script.django-bot
2023-06-23Refs #31949 -- Made @sensitive_variables/sensitive_post_parameters decorators...Jon Janzen
2023-03-30Reverted "Refs #31949 -- Enabled @sensitive_variables to work with async func...Mariusz Felisiak
2023-03-22Refs #31949 -- Enabled @sensitive_variables to work with async functions.Jon Janzen
2022-02-07Refs #33476 -- Refactored code to strictly match 88 characters line length.Mariusz Felisiak
2022-02-07Refs #33476 -- Reformatted code with Black.django-bot
2022-01-28Fixed #33461 -- Escaped template errors in the technical 500 debug page.Keryn Knight
2022-01-13Fixed #33396 -- Added view name to technical 500 debug page.Hrushikesh Vaidya
2020-10-15Fixed #32105 -- Added template paths as ExceptionReporter class attributes.Aarni Koskela
2020-09-09Fixed #31962 -- Made SessionMiddleware raise SessionInterrupted when session ...Hasan Ramezani
2020-01-16Fixed #30752 -- Allowed using ExceptionReporter subclasses in error reports.Pavel Lysak
2017-04-02Removed unused code in i18n view_testsClaude Paroz
2017-02-03Refs #23919 -- Removed a Python 2 code path in force_text().Tim Graham
2017-01-19Refs #23919 -- Stopped inheriting from object to define new style classes.Simon Charette
2017-01-18Refs #23919 -- Removed encoding preambles and future importsClaude Paroz
2016-11-10Refs #27392 -- Removed "Tests that", "Ensures that", etc. from test docstrings.za
2016-04-15Fixed #19567 -- Added JavaScriptCatalog and JSONCatalog class-based viewsClaude Paroz
2016-04-09Fixed #26466 -- Added HTTP_REFERER decoding to i18n set_language() view.Miikka Salminen
2016-04-08Fixed E128 flake8 warnings in tests/.Tim Graham
2016-01-11Fixed #25385 -- Allowed importing views.generic.View from views.View.Varun Sharma
2015-12-31Fixed #26013 -- Moved django.core.urlresolvers to django.urls.Marten Kenbeek
2015-12-23Refs #25969 -- Replaced usage of render_to_response() with render() in tests.Tim Graham
2015-05-11Fixed #24733 -- Passed the triggering exception to 40x error handlersClaude Paroz
2015-04-24Fixed #24526 -- Combined django.request/security loggers with the root logger.Tim Graham
2015-03-24Removed getLogger alias in django.utils.log.Tim Graham
2015-03-20Fixed #22106 -- Allowed using more than one instance of javascript_catalog pe...Moritz Sichert
2015-03-18Fixed #23960 -- Removed http.fix_location_headerClaude Paroz
2015-02-06Sorted imports with isort; refs #23860.Tim Graham
2014-11-22Moved tests for render shortcuts to their own app.Aymeric Augustin
2014-06-30Fixed #22756 -- Added view name to technical 404 template if Http404 is raised.Julia Matsieva
2014-02-15Fixed #18373 - improved handling of Resolver404s from viewsGrzegorz Nosek
2014-02-14Fixed #17942 -- Added a JsonResponse class to more easily create JSON encoded...Lukasz Balcerzak
2013-11-02Fixing E302 ErrorsJason Myers
2013-10-19Removed unused local variables in tests.Tim Graham
2013-10-18Fixed #21287 -- Fixed E123 pep8 warningsAlasdair Nicol
2013-09-18Fixed #21098 -- Applied sensitive_post_parameters to MultiValueDictTim Graham
2013-09-18Fixed #4278 -- Added a dirs parameter to a few functions to override TEMPLATE...Berker Peksag
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-02-26Renamed some tests and removed references to modeltests/regressiontests.Florian Apolloner