Project

General

Profile

« Previous | Next » 

Revision 0e67026e

Added by Benjamin Dauvergne over 12 years ago

makes EventManager inherit from django-model-utils InheritanceManager

django-model-utils must be installed with

  1. pip install 'django-model-utils<1.2.0'

It adds the new method select_subclasses(), to use like:

Event.objects.select_subclasses('event_act')
  • added
  • modified
  • copied
  • renamed
  • deleted