Skip to content

Commit 4c63b43

Browse files
committed
confirm support for CockroachDB 24.2
1 parent 239d2a0 commit 4c63b43

File tree

3 files changed

+10
-1
lines changed

3 files changed

+10
-1
lines changed

.github/workflows/tests.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,11 @@ jobs:
4444
use_psycopg2: psycopg2
4545
- crdb-version: v24.1.0
4646
use_server_side_binding: server_side_binding
47+
- crdb-version: v24.2.0
48+
- crdb-version: v24.2.0
49+
use_psycopg2: psycopg2
50+
- crdb-version: v24.2.0
51+
use_server_side_binding: server_side_binding
4752
# Uncomment to enable testing of CockroachDB nightly.
4853
#- crdb-version: LATEST
4954
#- crdb-version: LATEST

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# Changelog
22

3+
## 5.1.1 - Unreleased
4+
5+
- Confirmed support for CockroachDB 24.2.x (no code changes required).
6+
37
## 5.1 - 2024-08-13
48

59
Initial release for Django 5.1.x and CockroachDB 23.1.x, 23.2.x, and 24.1.x.

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