makes EventManager inherit from django-model-utils InheritanceManager
django-model-utils must be installed with
It adds the new method select_subclasses(), to use like:
Event.objects.select_subclasses('event_act')
makes EventManager inherit from django-model-utils InheritanceManager
django-model-utils must be installed with
It adds the new method select_subclasses(), to use like: