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
12906a1ed6
commit
d7f7a54e77
2 changed files with 4 additions and 0 deletions
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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.)
|
||||
|
|
|
|||
Loading…
Reference in a new issue