Skip to content

Commit e5b2496

Browse files
committed
update django tests sources to latest commit
1 parent f980311 commit e5b2496

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/typecheck_tests.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
DJANGO_BRANCH = 'stable/2.1.x'
1616

1717
# Specific commit in the Django repository to check against
18-
DJANGO_COMMIT_SHA = '03219b5f709dcd5b0bfacd963508625557ec1ef0'
18+
DJANGO_COMMIT_SHA = '8fe63dc4cd637c1422a9bf3e3421d64388e14afd'
1919

2020
# Some errors occur for the test suite itself, and cannot be addressed via django-stubs. They should be ignored
2121
# using this constant.

0 commit comments

Comments
 (0)