Update AUTHORS and changelog.

This commit is contained in:
Carl Meyer 2013-10-11 13:25:37 -06:00
parent 79ca819736
commit 1d3af52456
2 changed files with 4 additions and 0 deletions

View file

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

View file

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