index
:
chango.git
devmain
fix-31295
initial-branch
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 (
Collapse
)
Author
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
Thanks Tim Graham and Simon Charette for the reviews.
2017-01-17
Refs #26601 -- Removed support for old-style middleware using ↵
Tim Graham
settings.MIDDLEWARE_CLASSES.
2016-05-17
Refs #26601 -- Deprecated old-style middleware.
Tim Graham
2016-05-17
Fixed #26601 -- Improved middleware per DEP 0005.
Florian Apolloner
Thanks Tim Graham for polishing the patch, updating the tests, and writing documentation. Thanks Carl Meyer for shepherding the DEP.
2016-04-08
Fixed E128 flake8 warnings in tests/.
Tim Graham
2015-02-11
Moved contrib.redirects tests out of contrib.
Tim Graham