From e5b2496eb547b581c0edb96742b6e0e19272b907 Mon Sep 17 00:00:00 2001 From: Maxim Kurnikov Date: Mon, 18 Feb 2019 01:05:57 +0300 Subject: [PATCH] update django tests sources to latest commit --- 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 a6fe0af..2f67271 100644 --- a/scripts/typecheck_tests.py +++ b/scripts/typecheck_tests.py @@ -15,7 +15,7 @@ PROJECT_DIRECTORY = Path(__file__).parent.parent DJANGO_BRANCH = 'stable/2.1.x' # Specific commit in the Django repository to check against -DJANGO_COMMIT_SHA = '03219b5f709dcd5b0bfacd963508625557ec1ef0' +DJANGO_COMMIT_SHA = '8fe63dc4cd637c1422a9bf3e3421d64388e14afd' # Some errors occur for the test suite itself, and cannot be addressed via django-stubs. They should be ignored # using this constant.