diff --git a/AUTHORS b/AUTHORS index ffd63227..34f8903f 100644 --- a/AUTHORS +++ b/AUTHORS @@ -210,3 +210,4 @@ that much better: * Jay Shirley (https://github.com/jshirley) * DavidBord (https://github.com/DavidBord) * Axel Haustant (https://github.com/noirbizarre) + * David Czarnecki (https://github.com/czarneckid) diff --git a/docs/changelog.rst b/docs/changelog.rst index 12712cd5..b8467381 100644 --- a/docs/changelog.rst +++ b/docs/changelog.rst @@ -56,6 +56,8 @@ Changes in 0.9.X - DEV - Allow atomic update for the entire `DictField` #742 - Added MultiPointField, MultiLineField, MultiPolygonField - Fix multiple connections aliases being rewritten #748 +- Fixed a few instances where reverse_delete_rule was written as reverse_delete_rules. #791 + Changes in 0.8.7 ================