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