Jannis Leidel
41dfcee46c
Backported LaxOptionParser from Django 1.7 to make it work on 1.8.
2015-01-06 21:16:14 +01:00
Jannis Leidel
5d1a8d7887
Merge branch 'master' of github.com:jezdez/django-configurations
2014-12-12 17:26:43 +01:00
Jannis Leidel
45c9127d4e
More fixes to the test setup.
2014-12-12 17:26:21 +01:00
Jannis Leidel
fb9275744e
Merge pull request #78 from slafs/validationmixinfix
...
fix ValidationMixin instantiation with no default
2014-12-12 16:28:58 +01:00
Jannis Leidel
ecb3db3762
Merge pull request #76 from rassie/patch-1
...
Correct documentation about mixin usage
2014-12-12 16:28:15 +01:00
Jannis Leidel
08eabf2ae0
Merge remote-tracking branch 'heww/master'
2014-12-12 16:27:46 +01:00
Jannis Leidel
82f2514b81
Merge remote-tracking branch 'slafs/newtox'
2014-12-12 16:26:18 +01:00
Jannis Leidel
6ddd647361
Merge pull request #73 from jpadilla/master
...
Test 1.7 against stable version instead of master
2014-12-12 16:22:33 +01:00
Sławek Ehlert
8d366fca44
fix ValidationMixin instantiation with no default
...
with tests. fixes #69
2014-10-30 23:44:48 +01:00
Sławek Ehlert
55a2cf6a36
use tox generative envlist with factor dependencies
2014-10-30 23:18:26 +01:00
Nikolai Prokoschenko
d97afc163a
Correct documentation about mixin usage
...
`Configuration` class needs to be last in the inheritance list, otherwise it's not possible to override Django's default settings. Tests are already correct, just the documentation is wrong.
2014-10-20 11:06:05 +02:00
He Weiwei
f8ebb564da
fix bug of setup_value func for EmailURLValue
2014-10-08 12:19:35 +08:00
José Padilla
f0d956740c
Test 1.7 against stable version instead of master
2014-09-09 12:06:18 -04: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