Changes between Initial Version and Version 1 of Ticket #37178, comment 5


Ignore:
Timestamp:
Jun 18, 2026, 4:05:33 PM (3 weeks ago)
Author:
CharulL00

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #37178, comment 5

    initial v1  
     1I have opened a pull request for this ticket: https://github.com/django/django/pull/21519
     2
     3The patch moves MiddlewareMixin out of django.utils.deprecation into the middleware package while keeping the old import path working for backward compatibility. I also updated the related imports, documentation, and added a test for backward compatibility.
Back to Top