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-17 04:10:24 +00:00
Code
Issues
Projects
Releases
Packages
Wiki
Activity
Actions
a2c67934ed
django-model-utils
/
model_utils
History
Carl Meyer
a2c67934ed
additional test, docs cleanup
2010-10-05 08:59:25 -04:00
..
tests
additional test, docs cleanup
2010-10-05 08:59:25 -04: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