django-configurations/configurations
Sven Aßmann 4018f7b42a - add late_binding to value with default False
- 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
2014-05-02 22:51:48 +02:00
..
__init__.py Bump version. 2014-01-16 19:01:35 +01:00
base.py Worked around an issue with Django 1.6's six. 2013-09-06 23:39:53 +02:00
decorators.py Renamed Settings class to Configuration to better match what it means. Settings is still importable and is marked to be deprecated in 1.0. 2013-07-27 12:05:39 +02:00
fastcgi.py Add a fastcgi helper. Fixes #19. 2013-03-27 16:57:05 +01:00
importer.py Fixed #43 — Removed stdout wrapper from management command hook to not accidently raise an exception too early. Instead use a logger. 2013-11-26 12:25:50 +01:00
management.py Add check_options option to the install method of the ConfigurationImporter to prevent unwanted command line option checks outside the management commands. 2013-09-12 18:51:59 +02:00
utils.py Drastically simplified exception messages in the importer. 2013-09-06 22:41:14 +02:00
values.py - add late_binding to value with default False 2014-05-02 22:51:48 +02:00
wsgi.py Initial version. 2012-07-21 15:56:04 +02:00