Remove django-environ
Work done in 9564db398f
Signed-off-by: Roberto Rosario <roberto.rosario.gonzalez@gmail.com>
This commit is contained in:
@@ -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)
|
||||
==================
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -1,6 +1,7 @@
|
||||
# Packages to be remove during upgrades
|
||||
cssmin
|
||||
django-autoadmin
|
||||
django-environ
|
||||
django-suit
|
||||
django-compressor
|
||||
django-filetransfers
|
||||
|
||||
Reference in New Issue
Block a user