django-model-utils/model_utils/tests
2010-10-01 20:43:22 +02:00
..
__init__.py initial import (with InheritanceCastModel) 2009-07-02 14:03:02 -04:00
models.py make tests compatible with pre-1.2 2010-09-24 10:30:58 -04:00
runtests.py Made the testrunner Django 1.2 compatible. 2010-04-15 23:56:56 +02:00
test_settings.py Backed out changeset 4e9eb14b9047 2010-04-15 22:15:39 -04:00
tests.py Creating a custom QuerySet subclass for InheritanceCastModel to provide a way to batch cast a queryset of parents into child types. It's (2 + m) queries instead of (1 + n * 2) now (n: number of returned objects, m: number of different types in the queryset). 2010-10-01 20:43:22 +02:00