------------------
- Release version 3.1.5. [Bruno Rocha]
Shortlog of commits since last release:
Bruno Rocha (4):
Fix 595 namedtuples are no more converted to BoxList (623)
fix 596 django override (645)
fix 491 pytest django Fix 491 pytest and django (646)
Delete requirements.txt
FrankBattaglia (1):
fix dict iterator methods for flask DynaconfConfig (581)
Robert Rosca (1):
Add a warning if `--env` is passed to `init` (629)
Tanya Tereshchenko (1):
Do not search anywhere if the absolute path to a file provided (570)
- Delete requirements.txt. [Bruno Rocha]
- Fix 491 pytest django Fix 491 pytest and django (646) [Bruno Rocha]
- Fix 596 django override (645) [Bruno Rocha]
* Fix 596 django.test.override issue
* Fix CI side effects
- Add a warning if `--env` is passed to `init` (629) [Bruno Rocha,
Bruno Rocha, Robert Rosca]
* Add a warning if `--env` is passed to `init`
* Fix typo, `file` was doubled in init help
* Update docstrings for CLI
* Raise error if using `-i` with `init` subcommand
* Update docs to match current behaviour
* add test coverage
- Fix dict iterator methods for flask DynaconfConfig (581) [Bruno
Rocha, Frank Battaglia, FrankBattaglia]
- Fix 595 namedtuples are no more converted to BoxList (623) [Bruno
Rocha]
- Do not search anywhere if the absolute path to a file provided (570)
[Bruno Rocha, Tanya Tereshchenko]
* Do not search anywhere if the absolute path to a file provided
fixes 569
* Fix test coverage and added some comments.