diff --git a/AUTHORS.rst b/AUTHORS.rst index 3a14ee1b..8a0e70de 100644 --- a/AUTHORS.rst +++ b/AUTHORS.rst @@ -49,6 +49,7 @@ Contributors * VirgĂ­lio N Santos * PetrDlouhy * dmarcelino +* GreyZmeem * And many more ... (if you miss your name here, please let us know!) .. _django-linguo: https://github.com/zmathew/django-linguo diff --git a/CHANGELOG.txt b/CHANGELOG.txt index a8807c7d..da683d04 100644 --- a/CHANGELOG.txt +++ b/CHANGELOG.txt @@ -3,7 +3,7 @@ v0.13-beta1 Date: 2018-04-16 FIXED: Reverse relations and select_related for Django 2.0. - (resolves issues #436 and #457, thanks dmarcelino) + (resolves issues #436 and #457, thanks to GreyZmeem and dmarcelino) FIXED: Multiple fixes for Django 2.0. (resolves issues #436 and #451, thanks PetrDlouhy) ADDED: Add primary support to DISTINCT statement