Skip to content
Snippets Groups Projects
Commit bc69cd21 authored by Jannis Leidel's avatar Jannis Leidel
Browse files

Merge branch 'hotfix/0.3.1'

parents 42f9a74d aa94a3fd
No related branches found
No related tags found
No related merge requests found
......@@ -38,6 +38,11 @@ Setup
Changelog
---------
0.3.1 (2011-08-22)
^^^^^^^^^^^^^^^^^^
* Minor bugfix in new appconf support code.
0.3 (2011-08-22)
^^^^^^^^^^^^^^^^
......
# following PEP 386, versiontools will pick it up
__version__ = (0, 3, 0, "final", 0)
__version__ = (0, 3, 1, "final", 0)
......@@ -24,7 +24,7 @@ class CeleryHaystack(AppConf):
def configure_default_alias(self, value):
return value or getattr(constants, 'DEFAULT_ALIAS', None)
def configure(self, value):
def configure(self):
data = {}
for name, value in self.configured_data.items():
if name in ('RETRY_DELAY', 'MAX_RETRIES',
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment