django-model-utils/model_utils
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
..
tests Fix FieldTracker's has_changed (fixes gh-51) 2013-05-24 22:22:20 -07:00
__init__.py Create FieldTracker that mirrors ModelTracker 2013-05-23 12:50:34 -07:00
choices.py Fix str/unicode problems in Python 3 2013-04-12 14:16:42 -07:00
fields.py Fix GH-41: re-add get_FOO_display method to models with StatusField. 2013-05-02 11:33:48 -06:00
managers.py Fix str/unicode problems in Python 3 2013-04-12 14:16:42 -07:00
models.py Remove reduntant "as" in import 2013-04-12 17:13:35 -07:00
tracker.py Fix FieldTracker's has_changed (fixes gh-51) 2013-05-24 22:22:20 -07:00