Update with changes made in this PR

This commit is contained in:
Rodney Folz 2014-04-25 13:41:56 -07:00
parent 85a9f8e6b1
commit 1f2abd85ba

View file

@ -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.