django-model-utils/model_utils
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