Skip to content
Commit d5463872 authored by Alex Gaynor's avatar Alex Gaynor Committed by Tim Graham
Browse files

[1.8.x] Simplified the lazy CSRF token implementation in csrf context processor.

This significantly improves performance on PyPy. The previous
implementation would generate a new class on every single request,
which is relatively slow.

Backport of 8099d33b from master
parent ee86bf24
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment