diff --git a/sahara/context.py b/sahara/context.py index e05769273c..9a21a17dd2 100644 --- a/sahara/context.py +++ b/sahara/context.py @@ -134,7 +134,7 @@ class Context(context.RequestContext): def get_admin_context(): - return Context(is_admin=True) + return Context(is_admin=True, overwrite=False) _CTX_STORE = threading.local()