From d7f7a54e77faa2d3ce84452af383723be9af2dc0 Mon Sep 17 00:00:00 2001 From: Carl Meyer Date: Tue, 8 Oct 2013 11:15:01 -0600 Subject: [PATCH] Update AUTHORS and changelog. --- AUTHORS.rst | 1 + CHANGES.rst | 3 +++ 2 files changed, 4 insertions(+) diff --git a/AUTHORS.rst b/AUTHORS.rst index 928e32d..e050fa5 100644 --- a/AUTHORS.rst +++ b/AUTHORS.rst @@ -19,5 +19,6 @@ Ryan Kaskel Simon Meers sayane Tony Aldridge +Travis Swicegood Trey Hunner zyegfryed diff --git a/CHANGES.rst b/CHANGES.rst index 159b4b1..7f0d134 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -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.)