summaryrefslogtreecommitdiff
path: root/tests/flatpages_tests/test_csrf.py
AgeCommit message (Collapse)Author
2017-02-03Fixed spelling of "nonexistent".Tim Graham
2017-01-17Refs #26601 -- Removed support for old-style middleware using ↵Tim Graham
settings.MIDDLEWARE_CLASSES.
2016-05-17Refs #26601 -- Deprecated old-style middleware.Tim Graham
2016-05-17Fixed #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-02-06Fixed #26175 -- Removed SHA1 password hashes in tests.Tim Graham
2015-11-21Fixed #25780 -- Removed redundant status code assertions from testsAlex Morozov
2015-03-05Converted test fixtures to setUpTestData methodsJosh Smeaton
2015-02-11Moved contrib.flatpages tests out of contrib.Tim Graham