index
:
django.git
fix-31295
main
stable/5.2.x
stable/6.0.x
django
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
tests
/
redirects_tests
Age
Commit message (
Expand
)
Author
2022-02-07
Refs #33476 -- Reformatted code with Black.
django-bot
2021-01-14
Refs #26601 -- Made get_response argument required and don't accept None in m...
Mariusz Felisiak
2018-12-31
Updated test URL patterns to use path() and re_path().
Tim Graham
2018-11-27
Switched setUp() to setUpTestData() where possible in Django's tests.
Simon Charette
2017-07-29
Used assertRaisesMessage() to test Django's error messages.
Mads Jensen
2017-06-02
Completed test coverage for RedirectFallbackMiddleware.
Anton Samarchyan
2017-02-27
Imported django.http classes instead of django.http.
Asif Saifuddin Auvi
2017-01-18
Refs #23919 -- Removed six.<various>_types usage
Claude Paroz
2017-01-17
Refs #26601 -- Removed support for old-style middleware using settings.MIDDLE...
Tim Graham
2016-05-17
Refs #26601 -- Deprecated old-style middleware.
Tim Graham
2016-05-17
Fixed #26601 -- Improved middleware per DEP 0005.
Florian Apolloner
2016-04-08
Fixed E128 flake8 warnings in tests/.
Tim Graham
2015-02-11
Moved contrib.redirects tests out of contrib.
Tim Graham