django-model-utils/TODO.rst
2010-09-28 18:24:55 -04:00

9 lines
254 B
ReStructuredText

TODO
====
* Custom QuerySet subclass to pair with InheritanceCastModel for more
efficient querying.
* A version of InheritanceCastModel for 1.2+ (with reverse OneToOne
select_related now available) that doesn't require the added real_type
field.