-
Notifications
You must be signed in to change notification settings - Fork 86
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Error when enabling ExperimentsRetentionMiddleware in Django 1.10 #154
Comments
@ivanistheone This should be resolved by 9082477, but that commit hasn't been released yet. @matclayton Can you make a release please? I'm keen to upgrade. :-) |
@tysonclugg Okay cool. Yes thx for getting rid of the session stuff—I was trying to debug something else, which was totally off topic. Awesome work last week. It was great to watch you bring this library up to date. Looking forward to revive some projects... |
Hopefully I'll get time to ship a release tomorrow or the weekend. Truth be
told its been a while and I need to remember how and write down all the
steps this time/automate it!
Mat
…On 23 May 2017 at 02:41, Ivan Savov ***@***.***> wrote:
@tysonclugg <https://github.com/tysonclugg> Okay cool. Yes thx for
getting rid of the session stuff—I was trying to debug something else,
which was totally off topic.
Awesome work last week. It was great to watch you bring this library up to
date. Looking forward to revive some projects...
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
<#154 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/AAHtCkTt2SyZEuRH2LxszsdpGIJHqTZvks5r8jlUgaJpZM4KGDAi>
.
--
--
Matthew Clayton | Co-Founder
Mixcloud Limited
mixcloud http://www.mixcloud.com/mat
twitter http://www.twitter.com/matclayton
email [email protected]
mobile +44 7872007851
skype matclayton
|
I got this error after adding
experiments.middleware.ExperimentsRetentionMiddleware
to theMIDDLEWARE
key insettings.py
on a Django 1.10 site:seems to be related to https://docs.djangoproject.com/en/1.10/topics/http/middleware/#upgrading-pre-django-1-10-style-middleware
The text was updated successfully, but these errors were encountered: