Update AUTHORS and changelog.

This commit is contained in:
Carl Meyer 2013-10-08 11:15:01 -06:00
parent 12906a1ed6
commit d7f7a54e77
2 changed files with 4 additions and 0 deletions

View file

@ -19,5 +19,6 @@ Ryan Kaskel <dev@ryankaskel.com>
Simon Meers <simon@simonmeers.com>
sayane
Tony Aldridge <zaragopha@hotmail.com>
Travis Swicegood <travis@domain51.com>
Trey Hunner <trey@treyhunner.com>
zyegfryed

View file

@ -4,6 +4,9 @@ CHANGES
master (unreleased)
-------------------
* `get_subclass()` method is now available on both managers and
querysets. Thanks Travis Swicegood. Merge of GH-82.
* Indexing into a ``Choices`` instance now translates database representations
to human-readable choice names, rather than simply indexing into an array of
choice tuples. (Indexing into ``Choices`` was previously not documented.)