django-model-utils/model_utils
Carl Meyer c43b1ba99d remove previous_status from StatusField public API
I may be missing the use case, but this seems too ephemeral to be
useful (only exists on same instance after a save, can't rely on it
being there in general). If it's just an implementation detail for
StatusModifiedField, it doesn't need to be tested in public API for
StatusField.
2010-04-15 23:07:12 -04:00
..
tests remove previous_status from StatusField public API 2010-04-15 23:07:12 -04:00
__init__.py deprecate ChoiceEnum and document Choices 2010-04-15 22:54:37 -04:00
fields.py remove previous_status from StatusField public API 2010-04-15 23:07:12 -04:00
managers.py 0.3.0 2009-07-30 17:11:36 -04:00
models.py Moved the setting of the dynamic QueryManager to model classes. Removed metaclasses. 2010-04-16 00:01:38 +02:00