This website requires JavaScript.
Explore
Help
Sign In
Hopiu
/
django-model-utils
Watch
1
Star
0
Fork
You've already forked django-model-utils
0
mirror of
https://github.com/Hopiu/django-model-utils.git
synced
2026-03-23 23:10:23 +00:00
Code
Issues
Projects
Releases
Packages
Wiki
Activity
Actions
c5caaadcaf
django-model-utils
/
model_utils
/
tests
History
Gregor Müllegger
216db6c098
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
..
__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