Closed killpanda closed 9 years ago
Do you mind squashing the second commit into the first? Then I think we should merge this. :)
All done. Thanks so much. I am so excited. :)
Could you publish a new version?
@killpanda I'll try to remember to do that this weekend.
Would definitely appreciate a new version being published with these changes! (This PR also restores compatibility with Python 2.6.)
@milas 0.2.1 is on PyPI.
Good to see! Many thanks!
In current version, only views could be exempted from CSRF check. It seems not that convenient sometimes since users have to put
csrf.exempt
to each views.I just added a new method to allow users to exempt from CSRF check based on url rules.