Skip to content

Commit

Permalink
Update django app to be compatible for Django 4.x (#1794)
Browse files Browse the repository at this point in the history
---------

Co-authored-by: Ivana Kellyerova <ivana.kellyerova@sentry.io>
Co-authored-by: Anton Pirker <anton.pirker@sentry.io>
  • Loading branch information
3 people committed Jul 10, 2023
1 parent 1c8b4e0 commit 99999a0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/integrations/django/myapp/settings.py
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,7 @@ def middleware(request):
import psycopg2 # noqa

DATABASES["postgres"] = {
"ENGINE": "django.db.backends.postgresql_psycopg2",
"ENGINE": "django.db.backends.postgresql",
"NAME": os.environ["SENTRY_PYTHON_TEST_POSTGRES_NAME"],
"USER": os.environ["SENTRY_PYTHON_TEST_POSTGRES_USER"],
"PASSWORD": os.environ["SENTRY_PYTHON_TEST_POSTGRES_PASSWORD"],
Expand Down

0 comments on commit 99999a0

Please sign in to comment.