Skip to content

Commit

Permalink
confirm support for CockroachDB 24.2
Browse files Browse the repository at this point in the history
  • Loading branch information
timgraham committed Aug 31, 2024
1 parent 239d2a0 commit 4c63b43
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 @@ -44,6 +44,11 @@ jobs:
use_psycopg2: psycopg2
- crdb-version: v24.1.0
use_server_side_binding: server_side_binding
- crdb-version: v24.2.0
- crdb-version: v24.2.0
use_psycopg2: psycopg2
- crdb-version: v24.2.0
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

## 5.1.1 - Unreleased

- Confirmed support for CockroachDB 24.2.x (no code changes required).

## 5.1 - 2024-08-13

Initial release for Django 5.1.x and CockroachDB 23.1.x, 23.2.x, and 24.1.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 24.1.x and earlier
## Known issues and limitations in CockroachDB 24.2.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 4c63b43

Please sign in to comment.