2👍
✅
Turns out it was an issue with Pinax. Updated to the latest git and everything works now!
0👍
Found this somewhere else on the net, the problem is in the HideSensitiveFieldsMiddleware and the way to work around it (for debug) is to just comment out that middleware like so
"pinax.middleware.security.HideSensistiveFieldsMiddleware",
+# "pinax.middleware.security.HideSensistiveFieldsMiddleware",
in your settings file, probably should leave that middleware in for non debug environments
- [Answered ]-Ajax powered form submission working only once Django
- [Answered ]-Django – Ajax request on mobile giving 403 forbidden even when CSRF token is set
- [Answered ]-Tox and django_toolbar: ImportError
- [Answered ]-Remove empty objects from the Django query results
Source:stackexchange.com