django-model-utils/model_utils
Carl Meyer e418cc909a Fixed issue #6, bug with InheritanceManager and descriptor fields (e.g. FileField).
Thanks zyegfryed for the fix and sayane for tests.
2011-03-29 12:47:25 -04:00
..
tests Fixed issue #6, bug with InheritanceManager and descriptor fields (e.g. FileField). 2011-03-29 12:47: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 #2 - Updated SplitField for 1.2-style prep_value method. 2011-02-18 16:45:39 -05:00
managers.py Fixed related subclasses parsing. Was raising AttributeError on FileField. 2011-03-29 14:59:50 +02:00
models.py use manager_from for inheritance-casting 2010-10-05 09:01:26 -04:00