django-model-utils/model_utils/tests
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
..
__init__.py initial import (with InheritanceCastModel) 2009-07-02 14:03:02 -04:00
models.py Removed the need for the status choices to be a subclass of model_utils.Choices. 2010-04-16 00:12:08 +02:00
runtests.py Made the testrunner Django 1.2 compatible. 2010-04-15 23:56:56 +02:00
test_settings.py Backed out changeset 4e9eb14b9047 2010-04-15 22:15:39 -04:00
tests.py remove previous_status from StatusField public API 2010-04-15 23:07:12 -04:00