- Added Django 1.11, 2.0 and 2.1 support
- Removed support for Django < 1.11
- Added Django 1.10 support
- Added Django 1.9 support
- Added Django 1.5 support
- Added Django 1.8 support
- Added Django 1.7 support
- New folder conventions:
templates_for_boilerplates/<my-boilerplate>
is nowboilerplates/<my-boilerplate>/templates
static_for_boilerplates/<my-boilerplate>
is nowboilerplates/<my-boilerplate>/static
- Fixed template discovery for apps without a “templates” folder
- More tests
- More tests
- Document how to add support to existing packages
- Added djangocms-helper test dependencies
- Added tests for loading templates from different boilerplates
- Initial Release