Skip to content

Commit ef4e095

Browse files
fix: adjust patch for Django 4.2.27 (#10045)
1 parent 9d10995 commit ef4e095

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

patch/django-cookie-delete-with-all-settings.patch

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,9 @@
99
samesite=settings.SESSION_COOKIE_SAMESITE,
1010
)
1111

12-
--- django/http/response.py.orig 2020-08-13 11:16:04.060627793 +0200
13-
+++ django/http/response.py 2020-08-13 11:54:03.482476973 +0200
14-
@@ -282,20 +282,28 @@
12+
--- django/http/response.py.orig 2025-12-02 22:12:05.197283001 +0000
13+
+++ django/http/response.py 2025-12-02 22:26:01.396576013 +0000
14+
@@ -286,20 +286,28 @@
1515
value = signing.get_cookie_signer(salt=key + salt).sign(value)
1616
return self.set_cookie(key, value, **kwargs)
1717

0 commit comments

Comments
 (0)