summaryrefslogtreecommitdiff
path: root/tests/redirects_tests
Commit message (Expand)AuthorAgeFilesLines
* Refs #33476 -- Reformatted code with Black.django-bot2022-02-072-30/+48
* Refs #26601 -- Made get_response argument required and don't accept None in m...Mariusz Felisiak2021-01-141-2/+7
* Updated test URL patterns to use path() and re_path().Tim Graham2018-12-311-2/+2
* Switched setUp() to setUpTestData() where possible in Django's tests.Simon Charette2018-11-271-4/+6
* Used assertRaisesMessage() to test Django's error messages.Mads Jensen2017-07-291-1/+5
* Completed test coverage for RedirectFallbackMiddleware.Anton Samarchyan2017-06-022-1/+21
* Imported django.http classes instead of django.http.Asif Saifuddin Auvi2017-02-271-3/+3
* Refs #23919 -- Removed six.<various>_types usageClaude Paroz2017-01-181-2/+1
* Refs #26601 -- Removed support for old-style middleware using settings.MIDDLE...Tim Graham2017-01-171-16/+0
* Refs #26601 -- Deprecated old-style middleware.Tim Graham2016-05-171-0/+4
* Fixed #26601 -- Improved middleware per DEP 0005.Florian Apolloner2016-05-171-2/+14
* Fixed E128 flake8 warnings in tests/.Tim Graham2016-04-081-24/+12
* Moved contrib.redirects tests out of contrib.Tim Graham2015-02-112-0/+84