From: Stephen Burrows Date: Fri, 10 Jun 2011 19:03:33 +0000 (-0400) Subject: Merge branch 'sobol_use_cache_hotfix' into develop X-Git-Tag: philo-0.9.1^2~8^2~3 X-Git-Url: http://git.ithinksw.org/philo.git/commitdiff_plain/bc77a18732f275f137b7f3921d15d809b786855b?hp=87170ecd588c3472ee2d1ef30b568fb9fb756e70 Merge branch 'sobol_use_cache_hotfix' into develop --- diff --git a/philo/contrib/sobol/search.py b/philo/contrib/sobol/search.py index 3e30c27..a79030a 100644 --- a/philo/contrib/sobol/search.py +++ b/philo/contrib/sobol/search.py @@ -31,7 +31,7 @@ __all__ = ( SEARCH_CACHE_SEED = 'philo_sobol_search_results' -USE_CACHE = getattr(settings, 'SOBOL_USE_SEARCH', True) +USE_CACHE = getattr(settings, 'SOBOL_USE_CACHE', True) #: A registry for :class:`BaseSearch` subclasses that should be available in the admin.