Remove misinformation from changelog; oops.

This commit is contained in:
Carl Meyer 2013-05-27 11:10:59 -06:00
parent a16b7a1419
commit 85588bb7e8

View file

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