Opened 8 years ago

Last modified 8 years ago

#26716 closed Bug

django.contrib.sites.CurrentSiteMiddleware needs to inherit MiddlewareMixin — at Version 1

Reported by: Brett Haydon Owned by: nobody
Component: contrib.sites Version: 1.10
Severity: Release blocker Keywords:
Cc: Triage Stage: Accepted
Has patch: yes Needs documentation: no
Needs tests: yes Patch needs improvement: no
Easy pickings: yes UI/UX: no

Description (last modified by Brett Haydon)

As it says on the tin, CurrentSiteMiddleware isn't compatible with the new middleware.

https://github.com/django/django/pull/6736

Change History (1)

comment:1 by Brett Haydon, 8 years ago

Description: modified (diff)
Has patch: set
Note: See TracTickets for help on using tickets.
Back to Top