Task #3685
update MIDDLEWARE_CLASSES to MIDDLEWARE in settings.py
Start date:
Due date:
% Done:
100%
Estimated time:
Platform Release:
Groomed:
No
Sprint Candidate:
No
Tags:
Sprint:
Sprint 37
Quarter:
Description
We are currently using the MIDDLEWARE_CLASSES[0] setting in setting.py, but starting with django 1.10 it was changed to MIDDLEWARE[1]. pulpcore's settings.py needs to be updated.
The SessionAuthenticationMiddleware needs to be removed from the list also. It is enabled by default Django 1.10[2].
[0] https://github.com/pulp/pulp/blob/3.0-dev/pulpcore/pulpcore/app/settings.py#L78
[1] https://docs.djangoproject.com/en/1.10/topics/http/middleware/
[2] https://docs.djangoproject.com/en/2.0/releases/2.0/#miscellaneous
Associated revisions
Revision 8c162a50
View on GitHub
Update MIDDLEWARE_CLASSES to MIDDLEWARE in settings.py
History
#1
Updated by dkliban@redhat.com over 2 years ago
- Description updated (diff)
#2
Updated by dkliban@redhat.com over 2 years ago
- Sprint/Milestone set to 3.0.0
- Sprint set to Sprint 37
- Tags Pulp 3 added
#3
Updated by dalley over 2 years ago
- Status changed from NEW to ASSIGNED
- Assignee set to dalley
#4
Updated by dalley over 2 years ago
#5
Updated by dalley over 2 years ago
- Status changed from ASSIGNED to POST
#6
Updated by dalley over 2 years ago
- Status changed from POST to MODIFIED
- % Done changed from 0 to 100
Applied in changeset pulp|8c162a5037b2a28bc5e0691f4ea633da0b9f286f.
#7
Updated by bmbouter over 1 year ago
- Tags deleted (
Pulp 3)
#8
Updated by bmbouter about 1 year ago
- Status changed from MODIFIED to CLOSED - CURRENTRELEASE
Please register to edit this issue
Update MIDDLEWARE_CLASSES to MIDDLEWARE in settings.py
closes #3685 https://pulp.plan.io/issues/3685