Skip to content

Commit c53fafd

Browse files
committed
confirm support for CockroachDB 25.4
1 parent 48e5035 commit c53fafd

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

.github/workflows/tests.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -59,6 +59,11 @@ jobs:
5959
use_psycopg2: psycopg2
6060
- crdb-version: v25.3.1
6161
use_server_side_binding: server_side_binding
62+
- crdb-version: v25.4.0-alpha.1
63+
- crdb-version: v25.4.0-alpha.1
64+
use_psycopg2: psycopg2
65+
- crdb-version: v25.4.0-alpha.1
66+
use_server_side_binding: server_side_binding
6267
# Uncomment to enable testing of CockroachDB nightly.
6368
#- crdb-version: LATEST
6469
#- crdb-version: LATEST

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ By default, CockroachDB sends the version of django-cockroachdb that you're
9292
using back to Cockroach Labs. To disable this, set
9393
`DISABLE_COCKROACHDB_TELEMETRY = True` in your Django settings.
9494

95-
## Known issues and limitations in CockroachDB 25.3.x and earlier
95+
## Known issues and limitations in CockroachDB 25.4.x and earlier
9696

9797
- CockroachDB [can't disable constraint checking](https://github.com/cockroachdb/cockroach/issues/19444),
9898
which means certain things in Django like forward references in fixtures

0 commit comments

Comments
 (0)