summaryrefslogtreecommitdiff
path: root/tests/view_tests/generic_urls.py
AgeCommit message (Expand)Author
2022-02-07Refs #33476 -- Reformatted code with Black.django-bot
2018-12-31Updated test URL patterns to use path() and re_path().Tim Graham
2017-01-18Refs #23919 -- Removed encoding preambles and future importsClaude Paroz
2016-06-24Refs #17209 -- Added LoginView and LogoutView class-based viewsClaude Paroz
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-08-12Fixed #23276 -- Deprecated passing views as strings to url().Tim Graham
2014-04-03Fixed #22218 -- Deprecated django.conf.urls.patterns.Tim Graham
2014-03-03Fixed many typos in comments and docstrings.Rodolfo Carvalho
2014-02-14Fixed #17942 -- Added a JsonResponse class to more easily create JSON encoded...Lukasz Balcerzak
2013-11-02Fixed #21302 -- Fixed unused imports and import *.Tim Graham
2013-09-18Fixed #4278 -- Added a dirs parameter to a few functions to override TEMPLATE...Berker Peksag
2013-07-29Removed most of absolute_import importsClaude Paroz
2013-02-26Renamed some tests and removed references to modeltests/regressiontests.Florian Apolloner