Skip to content

Commit 2cf2a3d

Browse files
chore: Remove django-cookie-delete-with-all-settings.patch
Patch no longer applies. Needed until Django 4.2.1, so bring it back if we deploy something earlier than that to production.
1 parent 9fde845 commit 2cf2a3d

2 files changed

Lines changed: 1 addition & 49 deletions

File tree

ietf/settings.py

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@
7676
DATABASES = {
7777
'default': {
7878
'NAME': 'datatracker',
79-
'ENGINE': 'django.db.backends.postgresql_psycopg2',
79+
'ENGINE': 'django.db.backends.postgresql',
8080
'USER': 'ietf',
8181
#'PASSWORD': 'somepassword',
8282
},
@@ -430,7 +430,6 @@ def skip_unreadable_post(record):
430430
'corsheaders',
431431
'django_markup',
432432
'django_password_strength',
433-
'form_utils',
434433
'oidc_provider',
435434
'simple_history',
436435
'tastypie',
@@ -1123,7 +1122,6 @@ def skip_unreadable_post(record):
11231122
'patch/fix-jwkest-jwt-logging.patch',
11241123
'patch/fix-django-password-strength-kwargs.patch',
11251124
'patch/add-django-http-cookie-value-none.patch',
1126-
'patch/django-cookie-delete-with-all-settings.patch',
11271125
'patch/tastypie-django22-fielderror-response.patch',
11281126
]
11291127
if DEBUG:

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

Lines changed: 0 additions & 46 deletions
This file was deleted.

0 commit comments

Comments
 (0)