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