12
Feb
2011
Formunculous 2.2.5 Available
Posted by: Carson Gee
This is a release in order to correct backwards incompatibilities introduced between version 1.2.4 and 1.2.5 of Django. Because it includes new media, if you are using setuptools/easy_install you will need to relink your media or at least add the csrf.js file to { MEDIA_ROOT }/formunculous/js/ in order to correctly handle Django 1.2.5 with the CSRF middleware
Bug Fixes
- Added csrf.js to the media and included it in all templates that make POST AJAX calls in order to add a CSRF token HTTP header to the request.