[Answer]-Djangobook example: POST without {% csrf_token %} and passing context_instance=RequestContext(request). How?

1👍

The Django book is written using Django 1.0 or 1.1. CSRF protection was changed in version 1.2 so that you need to explicitly insert the token.

Leave a comment