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 15:00:23 +00:00
Code
Issues
Projects
Releases
Packages
Wiki
Activity
Actions
c5caaadcaf
django-model-utils
/
model_utils
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
..
tests
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
added triple option in Choices to split db representation from code constant
2010-04-22 13:02:25 -04:00
fields.py
Fixed typo.
2010-04-23 12:47:38 +02:00
managers.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
models.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