jrief / django-angular

Let AngularJS play well with Django
http://django-angular.awesto.com/
MIT License
1.23k stars 294 forks source link

Remove templatetag csrf_value #258

Closed jrief closed 7 years ago

jrief commented 8 years ago

Since Django-1.8, the CSRF value can be fetched directly from Django.

For details see here: https://docs.djangoproject.com/en/1.8/ref/csrf/#other-template-engines

adrienbrunet commented 7 years ago

Support for 1.7 has been dropped with the branch django110 (PR #281 ). We can now safely use this 1.8+ tag ;)