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

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.
parent 82e0cd15
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