# HG changeset patch # User Marcin Kuzminski # Date 2011-02-15 00:36:35 # Node ID 9e93cad9357b5718a4bdcefedf4e66b56c077ed8 # Parent 3fc9183e05dd27cea5916a3c6cbae943c17b28b8 fixed caching query to propagate data_dir default from beaker diff --git a/rhodecode/model/caching_query.py b/rhodecode/model/caching_query.py --- a/rhodecode/model/caching_query.py +++ b/rhodecode/model/caching_query.py @@ -53,7 +53,7 @@ class CachingQuery(Query): The FromCache and RelationshipCache mapper options below represent the "public" method of configuring this state upon the CachingQuery. - + """ def __init__(self, manager, *args, **kw):