8000 Use latest 2.1.x Django to avoid PyMySql issue (#2522) · mmhuang/python-docs-samples@a14349d · GitHub
[go: up one dir, main page]

Skip to content

Commit a14349d

Browse files
authored
Use latest 2.1.x Django to avoid PyMySql issue (GoogleCloudPlatform#2522)
Django 2.2.5 checks the version number that PyMySql reports and does not accept it. The 2.1.14 version is up-to-date and does not have this problem.
1 parent 9b694aa commit a14349d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
Django==2.2.5
1+
Django==2.1.14
22
PyMySQL==0.9.3

0 commit comments

Comments
 (0)
0