8000 fix: django 5's choice widget is not lazy by fsbraun · Pull Request #7707 · django-cms/django-cms · GitHub
[go: up one dir, main page]

Skip to content

fix: django 5's choice widget is not lazy #7707

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 12 commits into from
Nov 30, 2023
Prev Previous commit
Next Next commit
Shorten github action names
  • Loading branch information
fsbraun committed Sep 19, 2023
commit 3c62c132d27b96dd01ee37f3be0f813603c15135
6 changes: 3 additions & 3 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ concurrency:
cancel-in-progress: true

jobs:
database-postgres:
postgres:
runs-on: ${{ matrix.os }}
strategy:
fail-fast: false
Expand Down Expand Up @@ -61,7 +61,7 @@ jobs:
DATABASE_URL: postgres://postgres:postgres@127.0.0.1/postgres


database-mysql:
mysql:
runs-on: ${{ matrix.os }}
strategy:
fail-fast: false
Expand Down Expand Up @@ -114,7 +114,7 @@ jobs:
env:
DATABASE_URL: mysql://root@127.0.0.1/djangocms_test

database-sqlite:
sqlite:
runs-on: ${{ matrix.os }}
strategy:
fail-fast: false
Expand Down
0