Update AUTHORS and changelog.

This commit is contained in:
Carl Meyer 2014-03-19 22:27:56 -06:00
parent aaacf63518
commit f63696a93e
2 changed files with 6 additions and 0 deletions

View file

@ -16,6 +16,7 @@ Jannis Leidel <jannis@leidel.info>
Javier García Sogo <jgsogo@gmail.com>
Jeff Elmore <jeffelmore.org>
Keryn Knight <kerynknight.com>
Matthew Schinckel <matt@schinckel.net>
Michael van Tellingen <michaelvantellingen@gmail.com>
Mikhail Silonov <silonov.pro>
Patryk Zawadzki <patrys@room-303.com>

View file

@ -4,6 +4,11 @@ CHANGES
master (unreleased)
-------------------
* Fix ``get_query_set`` vs ``get_queryset`` in ``PassThroughManager`` for
Django <1.6. Fixes issues with related managers not filtering by relation
properly. Thanks whop, Bojan Mihelac, Daniel Shapiro, and Matthew Schinckel
for the report; Matthew for the fix. Merge of GH-121.
* Fix ``FieldTracker`` with deferred model attributes. Thanks Michael van
Tellingen. Merge of GH-115.