github dynaconf/dynaconf 1.1.0
MERGE DICTS

latest releases: 3.2.5, 3.2.4, 3.2.3...
5 years ago
  • Added MERGE_ENABLED_FOR_DYNACONF with ability to merge nested dictionaries instead of replacing PR #88
  • Support for dot notation to access nested dictionaries like settings['KEY.OTHER.NESTED.DEEPER'] PR #93
  • Support dotted notation for validators PR #98
  • Fixed a bug in SETTINGS_MODULE cleanup when .setenv method was called PR #97
  • Added Python 3.7 to test matrix PR #99

Bruno Rocha (8):
add example for merge_configs
Merge branch 'rsnyman-merge-settings'
Merge branch 'dot-traversal-access' of https://github.com/jperras/dynaconf into jperras-dot-traversal-access
Merge branch 'jperras-dot-traversal-access'
Fix #94 setenv cleans SETTINGS_MODULE attribute
Merge branch 'jperras-dotted-validators'
Fixing new flake8 warnings
Released 1.1.0

Joel Perras (6):
Allow dot-traversal access to nested dictionaries.
Implements dotted-path validator name declarations.
Updates Missing singleton with eq dunder.
Enable python 3.7 in TravisCI config.
Enable Python 3.7 env for tox testing.
Update py.test command in tox to allow passing positional arguments.

Joël Perras (1):
Updates Missing singleton with eq dunder. (#98)

Raoul Snyman (1):
Add setting merging

Don't miss a new dynaconf release

NewReleases is sending notifications on new releases.