noirbizarre / django.js

Javascript tools for Django
http://djangojs.readthedocs.org/en/latest/
GNU Lesser General Public License v3.0
181 stars 80 forks source link

jQuery Django `CRSF` helper should be `CSRF`. #8

Closed rouge8 closed 11 years ago

rouge8 commented 11 years ago

See the docs. It stands for Cross-Site Request Forgery.

Breaks backwards compatibility!

It's possible to keep both versions and write tests for each, but you were already using csrf/CSRF in some places and crsf/CRSF in others, so I made it all consistent.

cpdean commented 11 years ago

Travis would be proud.

noirbizarre commented 11 years ago

I always misspell this term !

Thanks for the correction !