maxcountryman / flask-seasurf

SeaSurf is a Flask extension for preventing cross-site request forgery (CSRF).
http://readthedocs.org/docs/flask-seasurf/
Other
190 stars 49 forks source link

2.5 compatibility #4

Closed dplepage closed 12 years ago

dplepage commented 12 years ago

I'm over at the Flask sprint at PyCon, reviewing some modules up for approval. Flask-SeaSurf looks nearly there, apart from a few compatibility issues. They're all tiny fixes, so I went ahead and made them.

maxcountryman commented 12 years ago

Thanks, Daniel!