django-model-utils/model_utils/tests
Trey Hunner 9dc3dacabf Fix FieldTracker's has_changed (fixes gh-51)
The FieldTracker has_changed method no longer returns True for any input
when the instance is unsaved and no longer raises a FieldError for
fields after the first save.  The original ModelTracker behavior is
maintained.
2013-05-24 22:22:20 -07:00
..
__init__.py initial import (with InheritanceCastModel) 2009-07-02 14:03:02 -04:00
models.py Create FieldTracker that mirrors ModelTracker 2013-05-23 12:50:34 -07:00
tests.py Fix FieldTracker's has_changed (fixes gh-51) 2013-05-24 22:22:20 -07:00