django-model-utils/model_utils/tests
Carl Meyer 5c5abdce23 Added use_for_related_fields=True to InheritanceManager. Fixes #8. Thanks munhitsu for the report.
Note that the tests added for this feature pass even without the change to
InheritanceManager, because use_for_related_fields is broken in Django and
always acts as if True for reverse FKs and M2Ms.
(http://code.djangoproject.com/ticket/14891)
2011-04-16 16:19:55 -05:00
..
__init__.py initial import (with InheritanceCastModel) 2009-07-02 14:03:02 -04:00
models.py Added use_for_related_fields=True to InheritanceManager. Fixes #8. Thanks munhitsu for the report. 2011-04-16 16:19:55 -05:00
tests.py Added use_for_related_fields=True to InheritanceManager. Fixes #8. Thanks munhitsu for the report. 2011-04-16 16:19:55 -05:00