From 3c93995d46a1614b561b3c2a435f9c758c6c8294 Mon Sep 17 00:00:00 2001 From: Carl Meyer Date: Tue, 6 Dec 2011 09:39:57 -0700 Subject: [PATCH] Fixed typo in changelog - thanks Ryan. --- CHANGES.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGES.rst b/CHANGES.rst index c86f8b0..fbc77a8 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -4,7 +4,7 @@ CHANGES tip (unreleased) ---------------- -- Added ``PassThroughManager.for_queryset_subclass()``, which fixes use of +- Added ``PassThroughManager.for_queryset_class()``, which fixes use of ``PassThroughManager`` with related fields. Thanks Ryan Kaskel for report and fix.