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
f19755ae81
commit
15ad7e1d93
2 changed files with 9 additions and 4 deletions
|
|
@ -3,6 +3,7 @@ Alex Orange <crazycasta@gmail.com>
|
|||
Andy Freeland <andy@andyfreeland.net>
|
||||
Carl Meyer <carl@dirtcircle.com>
|
||||
Curtis Maloney <curtis@tinbrain.net>
|
||||
Den Lesnov
|
||||
Donald Stufft <donald.stufft@gmail.com>
|
||||
Douglas Meehan <dmeehan@gmail.com>
|
||||
Facundo Gaich <facugaich@gmail.com>
|
||||
|
|
@ -15,8 +16,8 @@ Jannis Leidel <jannis@leidel.info>
|
|||
Javier García Sogo <jgsogo@gmail.com>
|
||||
Jeff Elmore <jeffelmore.org>
|
||||
Keryn Knight <kerynknight.com>
|
||||
Den Lesnov
|
||||
Mikhail Silonov <silonov.pro>
|
||||
Patryk Zawadzki <patrys@room-303.com>
|
||||
Paul McLanahan <paul@mclanahan.net>
|
||||
Rinat Shigapov <rinatshigapov@gmail.com>
|
||||
Ryan Kaskel <dev@ryankaskel.com>
|
||||
|
|
|
|||
10
CHANGES.rst
10
CHANGES.rst
|
|
@ -4,14 +4,18 @@ CHANGES
|
|||
master (unreleased)
|
||||
-------------------
|
||||
|
||||
* Fix issue with attempt to access ``__slots__`` when copying
|
||||
``PassThroughManager``. Thanks Patryk Zawadzki. Merge of GH-105.
|
||||
|
||||
* Improve ``InheritanceManager`` so any attributes added by using extra(select)
|
||||
will be propagated onto children. Thanks Curtis Maloney. Merge of GH-101,
|
||||
fixes GH-34.
|
||||
|
||||
* Added ``InheritanceManagerMixin``, ``InheritanceQuerySetMixin``,
|
||||
``PassThroughManagerMixin``, and ``QueryManagerMixin`` to allow composing
|
||||
their functionality with other custom manager/queryset subclasses (e.g. those
|
||||
in GeoDjango). Thanks Douglas Meehan!
|
||||
|
||||
* Improve `InheritanceManager` so any attributes added by using extra(select)
|
||||
will be propagated onto children.
|
||||
|
||||
|
||||
2.0 (2014.01.06)
|
||||
----------------
|
||||
|
|
|
|||
Loading…
Reference in a new issue