mirror of
https://github.com/Hopiu/django-model-utils.git
synced 2026-03-16 20:00:23 +00:00
Update AUTHORS and changelog.
This commit is contained in:
parent
aaacf63518
commit
f63696a93e
2 changed files with 6 additions and 0 deletions
|
|
@ -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>
|
||||
|
|
|
|||
|
|
@ -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.
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue