Skip to content

Commit

Permalink
chore: Remove django-cookie-delete-with-all-settings.patch
Browse files Browse the repository at this point in the history
Patch no longer applies. Needed until Django 4.2.1, so bring it back
if we deploy something earlier than that to production.
  • Loading branch information
jennifer-richards committed May 9, 2023
1 parent 9fde845 commit 2cf2a3d
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 49 deletions.
4 changes: 1 addition & 3 deletions ietf/settings.py
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@
DATABASES = {
'default': {
'NAME': 'datatracker',
'ENGINE': 'django.db.backends.postgresql_psycopg2',
'ENGINE': 'django.db.backends.postgresql',
'USER': 'ietf',
#'PASSWORD': 'somepassword',
},
Expand Down Expand Up @@ -430,7 +430,6 @@ def skip_unreadable_post(record):
'corsheaders',
'django_markup',
'django_password_strength',
'form_utils',
'oidc_provider',
'simple_history',
'tastypie',
Expand Down Expand Up @@ -1123,7 +1122,6 @@ def skip_unreadable_post(record):
'patch/fix-jwkest-jwt-logging.patch',
'patch/fix-django-password-strength-kwargs.patch',
'patch/add-django-http-cookie-value-none.patch',
'patch/django-cookie-delete-with-all-settings.patch',
'patch/tastypie-django22-fielderror-response.patch',
]
if DEBUG:
Expand Down
46 changes: 0 additions & 46 deletions patch/django-cookie-delete-with-all-settings.patch

This file was deleted.

0 comments on commit 2cf2a3d

Please sign in to comment.