From 1f2abd85bae33a78dab5e8d5c88890ce00f05f5e Mon Sep 17 00:00:00 2001 From: Rodney Folz Date: Fri, 25 Apr 2014 13:41:56 -0700 Subject: [PATCH] Update with changes made in this PR --- CHANGES.rst | 3 +++ 1 file changed, 3 insertions(+) diff --git a/CHANGES.rst b/CHANGES.rst index b79408f..c8e9081 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -4,6 +4,9 @@ CHANGES master (unreleased) ------------------- +* Add support for Django's built-in migrations to ``MonitorField`` and + ``StatusField``. + * ``PassThroughManager`` now has support for seeing exposed methods via ``dir``, allowing `IPython`_ tab completion to be useful. Merge of GH-104, fixes GH-55.