nimbis / cmsplugin-forms-builder

A django-forms-builder plugin for django-cms
BSD 3-Clause "New" or "Revised" License
15 stars 13 forks source link

Don't cache this plugin #5

Closed niceguydave closed 8 years ago

niceguydave commented 8 years ago

When this plugin is used in conjunction with full-page caching, the csrf token gets cached, causing authentication issues. This fix should stop this behaviour from happening.

electroniceagle commented 8 years ago

Thanks Dave! We'll get this merged next week between our sprints. Note for anyone on the nimbis team picking this up, the mptt check fail is related to django-cms moving from mptt to treebeard. Need to update the app requirements for the latest django-cms.

ericamador commented 8 years ago

Thanks Dave! I'm going to close this PR and open a new one merging your changes into the develop branch. I'll try to make a new release on PyPI today or tomorrow.