Skip to content

Commit 4db7ce0

Browse files
authored
chore: use fast forwarded Django fork (#782)
1 parent 872b297 commit 4db7ce0

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.kokoro/build.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ then
3636
else
3737
pip3 install .
3838
export DJANGO_TESTS_DIR="django_tests_dir"
39-
mkdir -p $DJANGO_TESTS_DIR && git clone --depth 1 --single-branch --branch "spanner/stable/2.2.x" https://github.com/c24t/django.git $DJANGO_TESTS_DIR/django
39+
mkdir -p $DJANGO_TESTS_DIR && git clone --depth 1 --single-branch --branch "django/stable/2.2.x" https://github.com/googleapis/python-spanner-django.git $DJANGO_TESTS_DIR/django
4040

4141
# Install dependencies for Django tests.
4242
sudo apt-get update

django_spanner/features.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -499,6 +499,7 @@ class DatabaseFeatures(BaseDatabaseFeatures):
499499
# Check constraints are not supported by Spanner emulator.
500500
"constraints.tests.CheckConstraintTests.test_database_constraint", # noqa
501501
"constraints.tests.CheckConstraintTests.test_name", # noqa
502+
"admin_docs.test_views.AdminDocViewDefaultEngineOnly.test_template_detail_path_traversal",
502503
# Untyped parameters are not supported:
503504
# https://github.com/GoogleCloudPlatform/cloud-spanner-emulator#features-and-limitations
504505
"auth_tests.test_admin_multidb.MultiDatabaseTests.test_add_view", # noqa

0 commit comments

Comments
 (0)