- Require django-appdata>=0.2.0
- Dropped django CMS 3.2 and 3.3 support
- Added Django 1.11 support
- Introduced django CMS 3.5 support
- Added Django 1.10 support
- Dropped aldryn-reversion/django-reversion support
- Dropped Django 1.6 and 1.7 support
- Fixed a unicode error when editing an event in the admin
- Fixed an AttributeError raised from the deprecated CHOICES attribute in django-extended-choices
- Fixed related_name inconsistency with django CMS 3.3.1
- Dropped support for djangoCMS < 3.2
- Introduced support for djangoCMS 3.4.0
- Fixed an issue where under some circumstances, an earlier migration would fail
- Updated translations
- Enable configurable plugin caching for CMS 3.3.0+ installations
- Disable spelling test until sphinxcontrib-spelling is updated
- Changed form field width in admin
- Updated tests to include Python 3.5, Django 1.9 and CMS 3.3 combinations
- Improved documentation regarding appconfig during upgrades.
- Add support for Python 3.5
- Add stripped default django templates to /aldryn_events/templates
- Remove unused render_placeholder configs
- Add static_placeholders where necessary
- Simplify templates
- install django-tablib by default, since a Django 1.8 and 1.9 compatible version is now available on pypi. Fixes circular import issues with previous conditional setup of tablib on aldryn.
- don't install django_tablib if it is not installed (aldryn)
- pretty name in admin ("Aldryn Events" instead of "Aldryn_events")
- Allow blank app_title
- Create default app_config in migrations
- Add Django 1.9 compatibility
- Clean up test environments
- Improves compatibility with recent versions of django-reversion
- Adds integration tests against CMS v3.2.x
- Cleaned-up test configuration
- Adds revision-support to wizards
- Use aldryn-translation-tools >=0.2.1
- Wizard for CMS 3.2
- Fix unicode issue
- Support Django 1.8
- Update test matrix
- Fix Django migration issue
- Enhanced integration tests
- Make CMS menu more resilient
- Use Translations Tools 0.1.2
- Make CMSAttachMenu usage optional
- CMSAttachMenu respects published flag
- Add "latest first" flag on apphook for reversing the natural order of events
- Enhance Events list view for easier apphook assignment
- Enhance the CMSToolbar for consistency and ease-of-use
- Allows operation on versions of Django with non-standard version numbers.
- Adds more configuration for frontend testing.
- Unrestricts Aldryn Translation Tools version.
- Implements AllTranslationsMixin where appropriate.
- Adds automated frontend tests and configuration
- Pin some dependencies to current, known versions
- Initial public release
- get_absolute_url now recognize language settings
- search index now correctly recognize thread language new requirement: aldryn-translation-tools
- added events cms menu
- added initial docs structure
- added support for fallbacks
- multi-boilerplate support new requirement: aldryn-boilerplates (needs configuration)
- fixes bug with timezones
- fixes bug with events without end_date not being displayed in list view
- changed the description field from HTMLField to Placeholderfield. A data migration transforms the html into a text plugin.
- switched the HTMLField of short_description from tinymce to ckeditor
- added a "location" text field
- registration: larger address field, company, mobile number
- slightly prettier registration form
- bugfixes
- bugfixes
- configurable notifications for managers and user at event registration
- added optional archive navigation and views
- more translations
- some german translations
- optionally allow hiding months in navigation that don't have events
- lots of stuff
- initial internal release