diff --git a/colab/plugins/views.py b/colab/plugins/views.py index ac01682..7be4b1b 100644 --- a/colab/plugins/views.py +++ b/colab/plugins/views.py @@ -23,6 +23,7 @@ class ColabProxyView(DiazoProxyView): raise NotImplementedError('app_label attribute must be set') def dispatch(self, request, *args, **kwargs): + self.request = request if request.user.is_authenticated(): diff --git a/setup.py b/setup.py index 8aa38c6..0ca517f 100644 --- a/setup.py +++ b/setup.py @@ -12,7 +12,7 @@ REQUIREMENTS = [ 'Whoosh>=2.7.0', # revproxy - 'django-revproxy[diazo]>=0.9.5', + 'django-revproxy[diazo]>=0.9.8', # Async Signals 'celery[redis]>=3.1.2', -- libgit2 0.21.2