Skip to content
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

middleware: add Django 1.10 compatibility #12

Merged
merged 1 commit into from
Dec 6, 2016
Merged

middleware: add Django 1.10 compatibility #12

merged 1 commit into from
Dec 6, 2016

Conversation

qbey
Copy link

@qbey qbey commented Dec 5, 2016

This fixes an error with Django 1.10 middleware initialization
that requires one more argument.
(see https://docs.djangoproject.com/en/1.10/topics/http/middleware/#upgrading-pre-django-1-10-style-middleware)

This works with Django 1.7 to 1.10.

This fixes an error with Django 1.10 middleware initialization
that requires one more argument.
(see https://docs.djangoproject.com/en/1.10/topics/http/middleware/#upgrading-pre-django-1-10-style-middleware)

This works with Django 1.7 to 1.10.
@coveralls
Copy link

coveralls commented Dec 5, 2016

Coverage Status

Coverage increased (+1.7%) to 67.327% when pulling b5b2454 on Polyconseil:qbey/add_dj110_compat into 75291ef on snowball-one:master.

@fmr fmr merged commit b5a6ff1 into Polyconseil:master Dec 6, 2016
@a-musing-moose
Copy link
Contributor

Thanks @qbey! Your PR has been merged and a new version (0.2.0) pushed up to pypi with your changes in.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants