diff --git a/CHANGELOG.txt b/CHANGELOG.txt index 1b8a136265..314b3fc31a 100644 --- a/CHANGELOG.txt +++ b/CHANGELOG.txt @@ -9,12 +9,12 @@ Changelog * Combine flake8 configurations (Sergey Fedoseev) * Improved diffing behavior for text fields (Aliosha Padovani) * Improve contrast of disabled inputs (Nick Smith) - * Added ``get_document_model_string`` function (WinterComes) + * Added ``get_document_model_string`` function (Andrey Smirnov) * Fix: Rename documents listing column 'uploaded' to 'created' (LB (Ben Johnston)) * Fix: Submenu items longer then the page height are no longer broken by the submenu footer (Igor van Spengen) * Fix: Unbundle the l18n library as it was bundled to avoid installation errors which have been resolved (Matt Westcott) * Fix: Prevent error when comparing pages that reference a model with a custom primary key (Fidel Ramos) - * Fix: Moved ``get_document_model`` location so it can be imported when Models are not yet loaded (WinterComes) + * Fix: Moved ``get_document_model`` location so it can be imported when Models are not yet loaded (Andrey Smirnov) * Fix: Fixed incorrect HTML escaping of Jinja2 form templates for StructBlocks (Brady Moe) 2.7 LTS (06.11.2019) diff --git a/CONTRIBUTORS.rst b/CONTRIBUTORS.rst index 28a15136e7..1dbcb60058 100644 --- a/CONTRIBUTORS.rst +++ b/CONTRIBUTORS.rst @@ -421,7 +421,7 @@ Contributors * Stefani Castellanos * Aliosha Padovani * Tom Readings -* WinterComes +* Andrey Smirnov Translators =========== diff --git a/docs/releases/2.8.rst b/docs/releases/2.8.rst index ea4f18f24e..ad15c6fbac 100644 --- a/docs/releases/2.8.rst +++ b/docs/releases/2.8.rst @@ -18,7 +18,7 @@ Other features * Combine flake8 configurations (Sergey Fedoseev) * Improved diffing behavior for text fields (Aliosha Padovani) * Improve contrast of disabled inputs (Nick Smith) - * Added ``get_document_model_string`` function (WinterComes) + * Added ``get_document_model_string`` function (Andrey Smirnov) Bug fixes @@ -28,7 +28,7 @@ Bug fixes * Submenu items longer then the page height are no longer broken by the submenu footer (Igor van Spengen) * Unbundle the l18n library as it was bundled to avoid installation errors which have been resolved (Matt Westcott) * Prevent error when comparing pages that reference a model with a custom primary key (Fidel Ramos) - * Moved ``get_document_model`` location so it can be imported when Models are not yet loaded (WinterComes) + * Moved ``get_document_model`` location so it can be imported when Models are not yet loaded (Andrey Smirnov) * Fixed incorrect HTML escaping of Jinja2 form templates for StructBlocks (Brady Moe)