forked from pool/python-dynaconf
- Update to 2.1.1:
* When both enabled, Vault has the priority over Redis for overriding (#234) [Bruno Rocha] * Dynaconf init will not write all possible envs, only [default] (#233) [Bruno Rocha] * Fixing self._root_path to fall back to os.getcwd() only when settings.load_file is called directly or from includes (#232) [Kedar Kulkarni] * Improvement to close #230 - do not throw error for base envs. (#231) [Bruno Rocha] * Fix #228 add ignore argument to Django explicit mode. (#229) [Bruno Rocha] * Fix typo in CLI init (#227) [Dave Barnow] * Add info about dunder envvars on django.md docs guide (#226) [Bruno Rocha] * Improve validators to use from_env method (#225) [Bruno Rocha] OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-dynaconf?expand=0&rev=8
This commit is contained in:
committed by
Git OBS Bridge
parent
e57e47dbec
commit
b91f0e8732
@@ -1,3 +1,16 @@
|
||||
-------------------------------------------------------------------
|
||||
Thu Sep 26 11:14:00 UTC 2019 - Tomáš Chvátal <tchvatal@suse.com>
|
||||
|
||||
- Update to 2.1.1:
|
||||
* When both enabled, Vault has the priority over Redis for overriding (#234) [Bruno Rocha]
|
||||
* Dynaconf init will not write all possible envs, only [default] (#233) [Bruno Rocha]
|
||||
* Fixing self._root_path to fall back to os.getcwd() only when settings.load_file is called directly or from includes (#232) [Kedar Kulkarni]
|
||||
* Improvement to close #230 - do not throw error for base envs. (#231) [Bruno Rocha]
|
||||
* Fix #228 add ignore argument to Django explicit mode. (#229) [Bruno Rocha]
|
||||
* Fix typo in CLI init (#227) [Dave Barnow]
|
||||
* Add info about dunder envvars on django.md docs guide (#226) [Bruno Rocha]
|
||||
* Improve validators to use from_env method (#225) [Bruno Rocha]
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Sep 13 08:25:34 UTC 2019 - Tomáš Chvátal <tchvatal@suse.com>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user