Skip to content

Commit

Permalink
confirm support for CockroachDB 23.1
Browse files Browse the repository at this point in the history
  • Loading branch information
timgraham committed Sep 21, 2023
1 parent 1478f26 commit ae49060
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 1 deletion.
5 changes: 5 additions & 0 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,11 @@ jobs:
use_psycopg2: psycopg2
- crdb-version: v22.2.7
use_server_side_binding: server_side_binding
- crdb-version: v23.1.10
- crdb-version: v23.1.10
use_psycopg2: psycopg2
- crdb-version: v23.1.10
use_server_side_binding: server_side_binding
# Uncomment to enable testing of CockroachDB nightly.
#- crdb-version: LATEST
#- crdb-version: LATEST
Expand Down
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Changelog

## 4.2.1 - TBD

- Confirmed support for CockroachDB 23.1.x (no changes were required).

## 4.2 - 2023-04-06

Initial release for Django 4.2.x and CockroachDB 22.1.x and 22.2.x.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ By default, CockroachDB sends the version of django-cockroachdb that you're
using back to Cockroach Labs. To disable this, set
`DISABLE_COCKROACHDB_TELEMETRY = True` in your Django settings.

## Known issues and limitations in CockroachDB 22.2.x and earlier
## Known issues and limitations in CockroachDB 23.1.x and earlier

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

0 comments on commit ae49060

Please sign in to comment.