summaryrefslogtreecommitdiff
path: root/tests/csrf_tests/test_context_processor.py
AgeCommit message (Collapse)Author
2015-05-27[1.8.x] Refs #24836 -- Reverted "Simplified the lazy CSRF token ↵Tim Graham
implementation in csrf context processor." This reverts commit 8099d33b6553c9ee7de779ae9d191a1bf22adbda as it caused a regression that cannot be solved without changing force_text() which has a small risk of introducing regressions. This change will remain in master along with an update to force_text().