8000 chore: Django 5.2-compatible test fixtures by fsbraun · Pull Request #8008 · django-cms/django-cms · GitHub
[go: up one dir, main page]

Skip to content

chore: Django 5.2-compatible test fixtures #8008

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 5 commits into from
Sep 23, 2024
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Switch from psycopg2 to recommended psycopg>=3.1.8
  • Loading branch information
Github Release Action authored and marksweb committed Sep 22, 2024
commit 747f660e9617bf25b72ff5463702f30f642b6ecf
2 changes: 1 addition & 1 deletion test_requirements/databases.txt
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
psycopg2==2.9.5
psycopg>=3.1.8
mysqlclient==2.0.3
Loading
0