chore: Tweak add-django-http-cookie-value-none.patch for Django 3.0

This commit is contained in:
Jennifer Richards 2023-05-09 15:39:12 -03:00
parent da168395fc
commit 31fd43184c
No known key found for this signature in database
GPG key ID: 9B2BF5C5ADDA6A6E

View file

@ -1,6 +1,6 @@
--- django/http/response.py.orig 2020-07-08 14:34:42.776562458 +0200
+++ django/http/response.py 2020-07-08 14:35:56.454687322 +0200
@@ -197,8 +197,8 @@
@@ -196,8 +196,8 @@
if httponly:
self.cookies[key]['httponly'] = True
if samesite: