From ed68fbc99f372bd6884433f44eb64748dfd4f228 Mon Sep 17 00:00:00 2001 From: Nikita Sobolev Date: Tue, 4 Jan 2022 20:32:50 +0300 Subject: [PATCH] Update typecheck_tests.py --- scripts/typecheck_tests.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/typecheck_tests.py b/scripts/typecheck_tests.py index f3ef999..751bd9a 100644 --- a/scripts/typecheck_tests.py +++ b/scripts/typecheck_tests.py @@ -12,7 +12,7 @@ from scripts.git_helpers import checkout_django_branch from scripts.paths import DJANGO_SOURCE_DIRECTORY, PROJECT_DIRECTORY DJANGO_COMMIT_REFS = { - "2.2": "8093aaa8ff9dd7386a069c6eb49fcc1c5980c033", + "2.2": "44e7cca62382f2535ed0f5d2842b433f0bd23a57", "3.2": "0153a63a674937e4a56d9d5e4ca2d629b011fbde", "4.0": "67d0c4644acfd7707be4a31e8976f865509b09ac", }