mirror of
https://github.com/Hopiu/django-model-utils.git
synced 2026-05-01 15:44:42 +00:00
Update AUTHORS and changelog.
This commit is contained in:
parent
79ca819736
commit
1d3af52456
2 changed files with 4 additions and 0 deletions
|
|
@ -12,6 +12,7 @@ Jannis Leidel <jannis@leidel.info>
|
|||
Javier García Sogo <jgsogo@gmail.com>
|
||||
Jeff Elmore <jeffelmore.org>
|
||||
Keryn Knight <kerynknight.com>
|
||||
Leden
|
||||
Mikhail Silonov <silonov.pro>
|
||||
Paul McLanahan <paul@mclanahan.net>
|
||||
Rinat Shigapov <rinatshigapov@gmail.com>
|
||||
|
|
|
|||
|
|
@ -4,6 +4,9 @@ CHANGES
|
|||
master (unreleased)
|
||||
-------------------
|
||||
|
||||
* Deepcopying a `Choices` instance no longer fails with infinite recursion in
|
||||
`getattr`. Thanks Leden. Merge of GH-75.
|
||||
|
||||
* `get_subclass()` method is now available on both managers and
|
||||
querysets. Thanks Travis Swicegood. Merge of GH-82.
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue