carljm / django-model-utils

Django model mixins and utilities. Includes QueryManager for one-line definition of Managers returning a custom QuerySet, InheritanceCastModel for more efficient use of model inheritance, and TimeStampedModel.

django-model-utils / TODO.rst
r25:38a20cf06fa5 5 loc 103 bytes embed / history / annotate / raw /
1
2
3
4
5
TODO
====

* Custom QuerySet subclass to pair with InheritanceCastModel for more
  efficient querying.