From 85588bb7e80d4592a21d03cbde0b723fc15eafb0 Mon Sep 17 00:00:00 2001 From: Carl Meyer Date: Mon, 27 May 2013 11:10:59 -0600 Subject: [PATCH] Remove misinformation from changelog; oops. --- CHANGES.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGES.rst b/CHANGES.rst index 49a6390..f45573a 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -5,7 +5,7 @@ tip (unreleased) ---------------- - ``PassThroughManager.for_queryset_class()`` no longer ignores superclass - ``get_query_set``. Thanks Andy Freeland. Fixes GH-31. + ``get_query_set``. Thanks Andy Freeland. - Fixed ``InheritanceManager`` bug with grandchildren in Django 1.6. Thanks CrazyCasta.