Skip to content

Commit a73b5b7

Browse files
committed
confirm support for CockroachDB 23.1
1 parent f5ca4e5 commit a73b5b7

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
@@ -36,6 +36,11 @@ jobs:
3636
use_psycopg2: psycopg2
3737
- crdb-version: v22.2.14
3838
use_server_side_binding: server_side_binding
39+
- crdb-version: v23.1.11
40+
- crdb-version: v23.1.11
41+
use_psycopg2: psycopg2
42+
- crdb-version: v23.1.11
43+
use_server_side_binding: server_side_binding
3944
# Uncomment to enable testing of CockroachDB nightly.
4045
#- crdb-version: LATEST
4146
#- 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+
## 4.2.1 - TBD
4+
5+
- Confirmed support for CockroachDB 23.1.x (no changes were required).
6+
37
## 4.2 - 2023-04-06
48

59
Initial release for Django 4.2.x and CockroachDB 22.1.x and 22.2.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 22.2.x and earlier
95+
## Known issues and limitations in CockroachDB 23.1.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)