- Added support for Django 2.0 and 2.1
- Removed support for Django < 1.11
- Adapted testing infrastructure (tox/travis) to incorporate django CMS 3.6
- Dropped Django<1.8
- Dropped Python<2.7
- Added Django 1.10 and 1.11
- Fixed Category deletion
- Added translations from Transifex
- Escape category names in custom model fields
- Minor adjustments to admin presentation
- Update test environments, config
- Use aldryn-translation-tools for slug generation
- Improve test suite with Django 1.9 support
- CMS 3.2 Wizard
- Improved test coverage to 100%
- Updates test configuration to test for Django 1.8 compatibility
- Category* model fields use 'Category' as the default to field.
- Adds documentation
- Added Support for One-to-One and FK relationships