Changeset - 9e93cad9357b
[Not reviewed]
beta
0 1 0
Marcin Kuzminski - 15 years ago 2011-02-15 01:36:35
marcin@python-works.com
fixed caching query to propagate data_dir default from beaker
1 file changed with 1 insertions and 1 deletions:
0 comments (0 inline, 0 general)
rhodecode/model/caching_query.py
Show inline comments
 
@@ -50,13 +50,13 @@ class CachingQuery(Query):
 
    itself is then constructed against the bind parameters specified
 
    by this query, which are usually literals defined in the 
 
    WHERE clause.
 

	
 
    The FromCache and RelationshipCache mapper options below represent
 
    the "public" method of configuring this state upon the CachingQuery.
 
    
 

	
 
    """
 

	
 
    def __init__(self, manager, *args, **kw):
 
        self.cache_manager = manager
 
        Query.__init__(self, *args, **kw)
 

	
0 comments (0 inline, 0 general)