Add changelog note.

This commit is contained in:
Carl Meyer 2014-01-10 16:29:44 -07:00
parent 07ea0d3a71
commit 50210ef2af

View file

@ -4,6 +4,12 @@ CHANGES
master (unreleased)
-------------------
* Added ``InheritanceManagerMixin``, ``InheritanceQuerySetMixin``,
``PassThroughManagerMixin``, and ``QueryManagerMixin`` to allow composing
their functionality with other custom manager/queryset subclasses (e.g. those
in GeoDjango). Thanks Douglas Meehan!
2.0 (2014.01.06)
----------------