- Added get_parent_category method to Event model.
0.4.2
- Added CategorySlugMixin for views that should filter by category. - Fixed a bug with the category filtering.
0.4.1
- Taking parent category into consideration when filtering for occurrences
0.4
- Added UpcomingEventsAjaxView - Added slug and parent fields to EventCategory model - Added assignment tag `get_upcoming_events` - Added FilerImageField
0.3
- Made category field on Event model optional (backwards incompatible migration) - Improved Event admin
0.2.1
- Added sphinx docs, hosted on readthedocs (https://django-calendarium.readthedocs.org)