maccesch / cmsplugin-contact

Extendable contact plugin for django-cms with spam protection and i18n
BSD 2-Clause "Simplified" License
71 stars 62 forks source link

Contact plugin should not be cached #60

Closed stefanocrosta closed 10 years ago

stefanocrosta commented 10 years ago

Django CMS 3.0c introduces caching for plugins http://django-cms.readthedocs.org/en/latest/advanced/caching.html#plugins

This means that the render method isn't called, with unexpected effects in particular if the first submission did not work (eg. an error).

maccesch commented 10 years ago

Thanks!