Fixed typo in changelog - thanks Ryan.

This commit is contained in:
Carl Meyer 2011-12-06 09:39:57 -07:00
parent 57351d1219
commit 3c93995d46

View file

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