Jannis Leidel
|
f087cea84d
|
Added SearchURLValue.
|
2014-01-16 19:00:29 +01: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
|
e453d2355d
|
Fix a Python2ism
|
2013-09-06 23:28:50 +02:00 |
|
Jannis Leidel
|
3848e6b818
|
Drastically simplified exception messages in the importer.
Less eyebleed® included!
|
2013-09-06 22:41:14 +02:00 |
|
Jannis Leidel
|
dacca7e073
|
Use ValueError instead of Django's ImproperlyConfigured.
This is to prevent hiding the real reason of a configuration failure behind one of Django's import time exceptions.
|
2013-09-06 22:40:15 +02:00 |
|
Jannis Leidel
|
927c052be5
|
Changed the default of the Value's environ option to True.
|
2013-09-03 12:03:34 +02:00 |
|
Jannis Leidel
|
61bb7b0e44
|
Fixed string formatting. Part 2.
|
2013-07-27 16:07:43 +02:00 |
|
Jannis Leidel
|
90292e3cec
|
Fixed string formatting.
|
2013-07-27 16:05:23 +02:00 |
|
Jannis Leidel
|
b8222d2271
|
Raise an ImproperlyConfigured exception if value handling doesn't work, thanks @pydanny for the suggestion.
|
2013-07-27 15:38:30 +02:00 |
|
Jannis Leidel
|
ef26377f13
|
Force list return value for filtered result.
|
2013-07-27 13:20:42 +02:00 |
|
Jannis Leidel
|
1a54847375
|
Added a configuration values system.
This also adds some advanced features like a setup classmethod to the Configuration class.
Reorganized and extended the documentation.
|
2013-07-27 12:37:28 +02:00 |
|