diff --git a/HISTORY.rst b/HISTORY.rst index a3915dae27..59ccbc7e98 100644 --- a/HISTORY.rst +++ b/HISTORY.rst @@ -31,6 +31,7 @@ - Move YAML code to its own module. - Move Django and Celery settings. - Backport FakeStorageSubclass from versions/next. +- Remove django-environ. 3.2.6 (2019-07-10) ================== diff --git a/docs/releases/3.3.rst b/docs/releases/3.3.rst index eca213bfda..848fb9bd61 100644 --- a/docs/releases/3.3.rst +++ b/docs/releases/3.3.rst @@ -36,7 +36,7 @@ Changes - Move bootstrapped settings code to their own module in the smart_settings apps. - Remove individual database configuration options. All database configuration is now done using MAYAN_DATABASES to mirror Django way of doing database setup. -- Added support for YAML encoded environment variables to the platform +- Added support for YAML encoded environment variables to the platform templates apps. - Move YAML code to its own module. Code now resides in common.serialization in the form of two new functions: yaml_load and yaml_dump. @@ -50,7 +50,7 @@ Changes Removals -------- -- None +- Django environ Upgrading from a previous version diff --git a/removals.txt b/removals.txt index 6a40aee535..2163f9ee5d 100644 --- a/removals.txt +++ b/removals.txt @@ -1,6 +1,7 @@ # Packages to be remove during upgrades cssmin django-autoadmin +django-environ django-suit django-compressor django-filetransfers