Skip to content

Commit 460c31d

Browse files
committed
confirm support for CockroachDB 25.3
1 parent 66496ba commit 460c31d

File tree

3 files changed

+8
-2
lines changed

3 files changed

+8
-2
lines changed

.github/workflows/tests.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -54,6 +54,11 @@ jobs:
5454
use_psycopg2: psycopg2
5555
- crdb-version: v25.2.2
5656
use_server_side_binding: server_side_binding
57+
- crdb-version: v25.3.0-beta.1
58+
- crdb-version: v25.3.0-beta.1
59+
use_psycopg2: psycopg2
60+
- crdb-version: v25.3.0-beta.1
61+
use_server_side_binding: server_side_binding
5762
# Uncomment to enable testing of CockroachDB nightly.
5863
#- crdb-version: LATEST
5964
#- crdb-version: LATEST

CHANGELOG.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,8 @@
22

33
## 5.2.1 - Unreleased
44

5-
- Confirmed support for CockroachDB 25.2.x (no code changes required).
5+
- Confirmed support for CockroachDB 25.2.x and 25.3.x (no code changes
6+
required).
67

78
## 5.2 - 2025-04-07
89

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.2.x and earlier
95+
## Known issues and limitations in CockroachDB 25.3.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)