mirror of
https://github.com/jazzband/django-configurations.git
synced 2026-03-16 22:20:27 +00:00
- this enables a value to load from environment if the env variable name is given at construction time - cache value of environment value now in property value - add __new__ to allow a construction of a given type from environment directly. In this case now Value instance is constructed but an instance of the desired type that is covered by the Value implementation. For Value it is str, for DictValue it is dict etc. - extend tests for this new behavior - extend test coverage for some other places |
||
|---|---|---|
| .. | ||
| __init__.py | ||
| base.py | ||
| decorators.py | ||
| fastcgi.py | ||
| importer.py | ||
| management.py | ||
| utils.py | ||
| values.py | ||
| wsgi.py | ||