diff --git a/AUTHORS.rst b/AUTHORS.rst index 185ccf1..33495d6 100644 --- a/AUTHORS.rst +++ b/AUTHORS.rst @@ -1,5 +1,6 @@ Alejandro Varas Alex Orange +Andy Freeland Carl Meyer Donald Stufft Facundo Gaich @@ -17,4 +18,3 @@ Simon Meers sayane Trey Hunner zyegfryed -Andy Freeland diff --git a/CHANGES.rst b/CHANGES.rst index 28291fb..49a6390 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -5,7 +5,7 @@ tip (unreleased) ---------------- - ``PassThroughManager.for_queryset_class()`` no longer ignores superclass - ``get_query_set``. + ``get_query_set``. Thanks Andy Freeland. Fixes GH-31. - Fixed ``InheritanceManager`` bug with grandchildren in Django 1.6. Thanks CrazyCasta. @@ -21,7 +21,7 @@ tip (unreleased) - Fixed intermittent ``StatusField`` bug. Fixes GH-29. -- Added Python 3 support +- Added Python 3 support. - Dropped support for Django 1.2 and 1.3. Django 1.4.2+ required.