Skip to content

Update deprected database engine in docs #107

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
pauloxnet opened this issue May 13, 2021 · 1 comment
Closed

Update deprected database engine in docs #107

pauloxnet opened this issue May 13, 2021 · 1 comment

Comments

@pauloxnet
Copy link
Contributor

The django.db.backends.postgresql_psycopg2 module is deprecated in favor of django.db.backends.postgresql. It’s been an alias since Django 1.9. This only affects code that imports from the module directly. The DATABASES setting can still use 'django.db.backends.postgresql_psycopg2', though you can simplify that by using the 'django.db.backends.postgresql' name added in Django 1.9.

https://docs.djangoproject.com/en/stable/releases/2.0/#id1

pauloxnet added a commit to pauloxnet/django-sql-dashboard that referenced this issue May 13, 2021
@simonw
Copy link
Owner

simonw commented May 14, 2021

Huh, TIL!

@simonw simonw closed this as completed in dd86c62 May 14, 2021
simonw added a commit that referenced this issue May 16, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants