From 50210ef2af6d7563020eccc8a9b5a062076eb020 Mon Sep 17 00:00:00 2001 From: Carl Meyer Date: Fri, 10 Jan 2014 16:29:44 -0700 Subject: [PATCH] Add changelog note. --- CHANGES.rst | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/CHANGES.rst b/CHANGES.rst index ee72232..0d9c81e 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -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) ----------------