What's Changed
* Dropped suffix requirement by wrabit in https://github.com/wrabit/django-cotton/pull/32
Breaking changes:
Cotton no longer requires the `.cotton.html` suffix on component or view templates. A simple `.html` will do. This is to optimise experience and help reduce any 'project creep' the original implementation introduced.
- Rename our cotton related files, from`[filename].html.cotton` -> [fileame]`.html`
- If you have cotton in production, it's recommended to clear the Django cache
This will ensure the cache rebuilds in the next visit to the page.
**Full Changelog**: https://github.com/wrabit/django-cotton/compare/v0.9.11...v0.9.12