Add ModelTracker note to CHANGES

This commit is contained in:
Trey Hunner 2013-02-18 20:07:44 -08:00
parent b1979a52b3
commit 5f23a02a4e

View file

@ -15,6 +15,8 @@ tip (unreleased)
InheritanceManager. Thanks ivirabyan. (This feature only works in Django
1.6+ due to https://code.djangoproject.com/ticket/16572).
- Added ``ModelTracker`` for tracking field changes between model saves.
1.2.0 (2013.01.27)
------------------