Changes between Initial Version and Version 1 of Ticket #37177, comment 6


Ignore:
Timestamp:
Jun 18, 2026, 8:50:30 AM (3 weeks ago)
Author:
Jacob Walls

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #37177, comment 6

    initial v1  
    55Just flipping the flag is what a user did, when they saw this in their own middleware, as for them it was a regression, see [https://forum.djangoproject.com/t/issues-with-middleware-in-django-3-1-using-asgi/4080/3 forum], but given how many releases have followed, introspecting seems like the most backward-compatible thing we can do right now.
    66
    7 Separately, I have a question about how much longer we plan to maintain `MiddlewareMixin`.
    8 
    97Tentatively assigning to myself, to see if we can advance this before next Wednesday's bug freeze for 6.1.
    108
     9----
     10EDIT: removed reference to the future of `MiddlewareMixin`, as I found the Discord/Mastodon references I was looking for, and will bounce to a new ticket.
Back to Top