summaryrefslogtreecommitdiff
path: root/tests/view_tests/views.py
AgeCommit message (Expand)Author
2015-02-09[1.8.x] Sorted 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