Skip to content
Tim Graham edited this page Dec 12, 2023 · 13 revisions

What versions of CockroachDB can I use with each version of Django?

Generally, support for new releases of CockroachDB will be added to each version of Django/django-cockroachdb back to the last Django long-term support release, designated by X.2.x.

For example, since CockroachDB 21.1 is due in mid-April, following Django 3.2.x LTS in early April, support for CockroachDB 21.1 won't be added to older versions of Django. Support for new versions of CockroachDB will be added to Django 3.2.x until Django's next LTS, 4.2.x, is released.

Django CockroachDB versions
5.0.x 22.2, 23.1
4.2.x 22.1, 22.2, 23.1

The numbers in parenthesis indicate the django-cockroachdb release in which support for that CockroachDB version was added.

Unsupported previous releases

Django CockroachDB versions
4.1.x 21.2, 22.1, 22.2 (4.1.1)
4.0.x 21.1, 21.2, 22.1, 22.2 (4.0.2)
3.2.x 20.2, 21.1 (3.2.1), 21.2 (3.2.2), 22.1, 22.2 (3.2.4)
3.1.x 20.1, 20.2 (3.1.2)
3.0.x 19.2, 20.1 (2.2.1), 20.2 (2.2.3)
2.2.x 19.2, 20.1 (2.2.1), 20.2 (2.2.3)
Clone this wiki locally