I just updated my django to 1.4. But I am getting the following error when I try to submit my login form:
Forbidden (403) CSRF verification failed.
The code looks fine, Django 1.3 and 1.4 auth.views.login uses RequestContext correctly. Please check: