Skip to content

🔧(back) remove usage of deprecated db engine #1101

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

Merged
merged 1 commit into from
Jun 27, 2025
Merged

🔧(back) remove usage of deprecated db engine #1101

merged 1 commit into from
Jun 27, 2025

Conversation

lunika
Copy link
Member

@lunika lunika commented Jun 27, 2025

Purpose

The db engine postgresql_psycopg2 does not exists anymore in django but for BC compat it is possible to use it in the configuration and it is replace by postgresql at runtime. We changed this settings to use the good one.

Proposal

  • 🔧(back) remove usage of deprecated db engine

@lunika lunika requested a review from AntoLC June 27, 2025 07:53
@lunika lunika self-assigned this Jun 27, 2025
The db engine postgresql_psycopg2 does not exists anymore in django but
for BC compat it is possible to use it in the configuration and it is
replace by postgresql at runtime. We changed this settings to use the
good one.
@lunika lunika enabled auto-merge (squash) June 27, 2025 15:49
@lunika lunika merged commit 6964686 into main Jun 27, 2025
19 of 21 checks passed
@lunika lunika deleted the fix/db-engine branch June 27, 2025 16:03
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

Successfully merging this pull request may close these issues.

2 participants