Skip to content

Commit 99999a0

Browse files
DilLip-Chowdary-Codessentrivanaantonpirker
authored
Update django app to be compatible for Django 4.x (#1794)
--------- Co-authored-by: Ivana Kellyerova <[email protected]> Co-authored-by: Anton Pirker <[email protected]>
1 parent 1c8b4e0 commit 99999a0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/integrations/django/myapp/settings.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -122,7 +122,7 @@ def middleware(request):
122122
import psycopg2 # noqa
123123

124124
DATABASES["postgres"] = {
125-
"ENGINE": "django.db.backends.postgresql_psycopg2",
125+
"ENGINE": "django.db.backends.postgresql",
126126
"NAME": os.environ["SENTRY_PYTHON_TEST_POSTGRES_NAME"],
127127
"USER": os.environ["SENTRY_PYTHON_TEST_POSTGRES_USER"],
128128
"PASSWORD": os.environ["SENTRY_PYTHON_TEST_POSTGRES_PASSWORD"],

0 commit comments

Comments
 (0)