From be1a7d92811f9e57fd43b14b735218612f30f6ff Mon Sep 17 00:00:00 2001 From: Lucas Wiman Date: Tue, 3 Apr 2018 16:10:30 -0700 Subject: [PATCH] Update AUTHORS and CHANGES. As far as I can tell, no changes to documentation is required. --- AUTHORS.rst | 1 + CHANGES.rst | 1 + 2 files changed, 2 insertions(+) diff --git a/AUTHORS.rst b/AUTHORS.rst index fd350c0..33224c5 100644 --- a/AUTHORS.rst +++ b/AUTHORS.rst @@ -43,3 +43,4 @@ Trey Hunner Karl Wan Nan Wo zyegfryed Radosław Jan Ganczarek +Lucas Wiman diff --git a/CHANGES.rst b/CHANGES.rst index 84ea8d7..9bd6129 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -3,6 +3,7 @@ CHANGES master (unreleased) ------------------- +- Fix handling of deferred attributes on Django 1.10+, fixes GH-278 3.1.2 (2018.05.09) ------------------