Changes between Initial Version and Version 1 of Ticket #37178, comment 5
- Timestamp:
- Jun 18, 2026, 4:05:33 PM (3 weeks ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #37178, comment 5
initial v1 1 I have opened a pull request for this ticket: https://github.com/django/django/pull/21519 2 3 The 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.