We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d1bf7cb commit eb2eeb8Copy full SHA for eb2eeb8
django-test-suite/build.sh
@@ -7,7 +7,7 @@ VERSION=$1
7
8
# clone django into the repo.
9
rm -rf _django_repo
10
-git clone --depth 1 --single-branch --branch cockroach-6.0.x https://github.com/timgraham/django _django_repo
+git clone --depth 1 --single-branch --branch cockroach-6.1.x https://github.com/timgraham/django _django_repo
11
12
# install the django requirements.
13
cd _django_repo/tests/
django_cockroachdb/__init__.py
@@ -1,4 +1,4 @@
1
-__version__ = '6.0a0'
+__version__ = '6.1a0'
2
3
# Check Django compatibility before other imports which may fail if the
4
# wrong version of Django is installed.
0 commit comments