Remove django-environ

Work done in 9564db398f

Signed-off-by: Roberto Rosario <roberto.rosario.gonzalez@gmail.com>
This commit is contained in:
Roberto Rosario
2019-07-11 02:02:45 -04:00
parent 1ab7b7b9b1
commit 3e3b1f75a0
3 changed files with 4 additions and 2 deletions

View File

@@ -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)
==================

View File

@@ -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

View File

@@ -1,6 +1,7 @@
# Packages to be remove during upgrades
cssmin
django-autoadmin
django-environ
django-suit
django-compressor
django-filetransfers