Commit graph

164 commits

Author SHA1 Message Date
He Weiwei
f8ebb564da fix bug of setup_value func for EmailURLValue 2014-10-08 12:19:35 +08:00
Jannis Leidel
7af6d9e7c5 Merge pull request #62 from sassman/issues/#61
solution proposal for Issue #61
2014-08-12 20:41:18 +02:00
Sven Aßmann
95e378aec7 add python 3.4 tox environments to travis for builds 2014-05-02 23:48:35 +02:00
Sven Aßmann
4ec540c32c - cleanup of unused tox configuration 2014-05-02 22:57:20 +02:00
Sven Aßmann
467e4ebe52 - add configuration for python 3.4 with same django versions as for 3.3
- add coverage summary and html report for checking code coverage
2014-05-02 22:53:32 +02:00
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
Jannis Leidel
280be2e3e2 Fix database URL test. 2014-04-15 15:36:37 -04:00
Jannis Leidel
e1e02c2e8b Merge pull request #58 from jpadilla/patch-1
Small typo fix on FastCGI section
2014-04-15 15:33:38 -04:00
José Padilla
1701b95fa8 Small typo fix on FastCGI section 2014-03-20 08:41:31 -04:00
Jannis Leidel
035c3301a8 Merge pull request #55 from hiisi13/test_fixes
test_cache_url_value fix
2014-03-03 12:15:11 +01:00
Dmitry Kozhedubov
3ae1e368c2 test_cache_url_value fix 2014-03-02 20:41:40 +04:00
Jannis Leidel
88ae1f28cd Merge pull request #52 from luzfcb/patch-1
added link to docs on README.rst
2014-02-12 18:23:24 +01:00
Fábio C. Barrionuevo da Luz
d99758d4af added link to docs 2014-02-12 12:27:38 -02:00
Jannis Leidel
a55bca2d0c Merge pull request #50 from chrishas35/patch-1
Fixed typos in docs
2014-02-08 10:14:55 +00:00
Chris Hasenpflug
97ac529254 Fixed typos in docs 2014-02-07 23:59:24 -06:00
Jannis Leidel
9da8256062 Fixed typo in docs. 2014-01-16 19:04:59 +01:00
Jannis Leidel
713dce0048 Bump version. 2014-01-16 19:01:35 +01:00
Jannis Leidel
38aaca68c6 Ignore .tox. 2014-01-16 19:01:28 +01:00
Jannis Leidel
6278a17ae4 Happy New Year! 2014-01-16 19:00:40 +01:00
Jannis Leidel
f087cea84d Added SearchURLValue. 2014-01-16 19:00:29 +01:00
Jannis Leidel
7ddaf158b1 Added 0.3.2 release from 0.3.x. 2014-01-16 17:59:37 +01:00
Jannis Leidel
290a72993c Added another item to the changelog. 2013-11-26 16:46:40 +01:00
Jannis Leidel
11b1dc2a46 Updated version. 2013-11-26 16:29:00 +01:00
Jannis Leidel
11e2f1d349 Updated changelog. 2013-11-26 16:28:50 +01:00
Jannis Leidel
a407bebf5d Removed an unsupported test environment. 2013-11-26 15:51:05 +01:00
Jannis Leidel
5950740c5d Fixed a 1.7.x test. 2013-11-26 15:46:53 +01:00
Jannis Leidel
072f87d495 Minor cleanup. 2013-11-26 15:42:15 +01:00
Jannis Leidel
c941cdaf06 Fixed #46 — Update cookbook with an example for Celery >= 3.1. 2013-11-26 12:57:33 +01:00
Jannis Leidel
ab0c748318 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
Jannis Leidel
7dbe8c063f Ported tests to run via tox and Travis. 2013-11-26 12:25:07 +01:00
Jannis Leidel
ed8d284d66 Merge branch 'master' of github.com:jezdez/django-configurations 2013-10-08 09:32:43 +02:00
Stefan Wehrmeyer
275a5b409a Fix check_options of ConfigurationImporter 2013-10-08 09:32:05 +02:00
Jannis Leidel
c014b06c7e Merge pull request #41 from stefanw/fix-cachevalue-default
Fix CacheURLValue default value
2013-10-08 00:17:09 -07:00
Stefan Wehrmeyer
5e8dc290df Fix CacheURLValue default value
Remove unused kwarg 'name' that shadows kwarg
'default'.
2013-10-06 16:33:24 +02:00
Jannis Leidel
52c679e676 Added 0.3.1 hotfix release for issue #37. 2013-09-20 19:16:21 +02:00
Jannis Leidel
df71a193a3 Bumped version up a notch. 2013-09-19 18:56:23 +02:00
Jannis Leidel
139ad79c92 Moved the changelog into the docs. 2013-09-19 18:56:07 +02:00
Jannis Leidel
52cc7ee4bd Bumped version up to 0.6a1. 2013-09-18 23:25:19 +02:00
Jannis Leidel
50a6a6ad0b Added iPython extension to make sure the import hook is loaded correctly.
Fixes #22.
2013-09-18 23:24:51 +02:00
Jannis Leidel
924daa385d Minor fix in cookbook sentence. 2013-09-18 23:23:31 +02:00
Jannis Leidel
9a132e7b67 Move envdir paragraph to the top of the cookbook. 2013-09-18 23:23:18 +02:00
Jannis Leidel
ff2b636081 Updated changelog and bumped version up a notch. 2013-09-12 19:22:25 +02:00
Jannis Leidel
76d68c6e15 Fix showing version number. 2013-09-12 19:22:08 +02:00
Jannis Leidel
c54d5c0b43 Merge branch 'master' of github.com:jezdez/django-configurations 2013-09-12 18:52:21 +02:00
Jannis Leidel
2fd4966549 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
Jannis Leidel
f90b69d54a Merge pull request #34 from paltman/master
Minor grammar fix
2013-09-11 23:47:38 -07:00
Patrick Altman
7412fc2824 Minor grammar fix 2013-09-11 23:05:22 -05:00
Jannis Leidel
cd97138a8b Merge pull request #33 from paltman/master
Fix typo in changelog
2013-09-10 02:44:06 -07:00
Patrick Altman
7c9ca47d53 Fix typo in changelog 2013-09-10 01:27:34 -05:00
Jannis Leidel
0c4bfebeff Updated changelog. 2013-09-09 11:03:18 +02:00