Skip to content

Commit cd1d69a

Browse files
committed
confirm support for CockroachDB 25.3
1 parent d89b7ec commit cd1d69a

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
@@ -49,6 +49,11 @@ jobs:
4949
use_psycopg2: psycopg2
5050
- crdb-version: v25.2.2
5151
use_server_side_binding: server_side_binding
52+
- crdb-version: v25.3.1
53+
- crdb-version: v25.3.1
54+
use_psycopg2: psycopg2
55+
- crdb-version: v25.3.1
56+
use_server_side_binding: server_side_binding
5257
# Uncomment to enable testing of CockroachDB nightly.
5358
#- crdb-version: LATEST
5459
#- 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
- Fixed the ``Now`` database function to use the statement time
78
(``STATEMENT_TIMESTAMP``) rather than the transaction time
89
(``CURRENT_TIMESTAMP``).

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)