From 537186f47432e3b842ca29c2f59a6f07effa5458 Mon Sep 17 00:00:00 2001 From: Mateusz Mandera Date: Sun, 2 May 2021 13:15:38 +0200 Subject: [PATCH] docs: Remove mention of SessionMiddleware from django-upgrades.md. We no longer fork SessionMiddleware since dce6b4a40f2e13df78414ec38aaf921ea4c9e212. --- docs/subsystems/django-upgrades.md | 1 - 1 file changed, 1 deletion(-) diff --git a/docs/subsystems/django-upgrades.md b/docs/subsystems/django-upgrades.md index b565a31144..01004f7d80 100644 --- a/docs/subsystems/django-upgrades.md +++ b/docs/subsystems/django-upgrades.md @@ -21,7 +21,6 @@ new major versions of Django. Here are the steps: * Look at the pieces of Django code that we've copied and then adapted, and confirm whether Django has any updates to the modified code we should apply. Partial list: - * SessionMiddleware in `django.contrib.sessions.middleware` (we fork `get_response`). * `CursorDebugWrapper`, which we have a modified version of in `zerver/lib/db.py`. See [the issue for contributing this upstream](https://github.com/zulip/zulip/issues/974)