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

Update Middleware configuration for Django 1.11 #5

Open
jmurty opened this issue Oct 30, 2017 · 0 comments
Open

Update Middleware configuration for Django 1.11 #5

jmurty opened this issue Oct 30, 2017 · 0 comments

Comments

@jmurty
Copy link
Contributor

jmurty commented Oct 30, 2017

As of Django 1.10 middleware classes should be loaded differently, into the MIDDLWARE setting instead of MIDDLWARE_CLASSES: https://docs.djangoproject.com/en/1.11/topics/http/middleware/

To update behaviour for the Django 1.11 LTS target we will need to tweak how the settings are populated, and also check all the middleware used by this project to ensure it is compatible with the lower-level changes: https://docs.djangoproject.com/en/1.11/topics/http/middleware/#upgrading-middleware

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

No branches or pull requests

1 participant