Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 3a3fe63

Browse filesBrowse files
authored
Commented out MySQL requirement with explanation (GoogleCloudPlatform#2202)
* Commented out MySQL requirement with explanation * Address security warning with older Django version * Updated Django version due to vulnerability * Address older Django vulnerability * Update requirements.txt
1 parent 0c0c1ed commit 3a3fe63
Copy full SHA for 3a3fe63

File tree

Expand file treeCollapse file tree

4 files changed

+7
-5
lines changed
Filter options
Expand file treeCollapse file tree

4 files changed

+7
-5
lines changed

‎appengine/flexible/django_cloudsql/requirements.txt

Copy file name to clipboardExpand all lines: appengine/flexible/django_cloudsql/requirements.txt
+1-1Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
Django==2.1.5
1+
Django==2.1.9
22
mysqlclient==1.4.1
33
wheel==0.32.3
44
gunicorn==19.9.0
+1-1Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
Django==2.1.5
1+
Django==2.1.9
22
gunicorn==19.9.0
+1-1Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
Django==2.1.5
1+
Django==2.1.9
22
PyMySQL==0.9.3
+4-2Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
1-
Django==2.1.5
2-
mysqlclient==1.4.1
1+
Django==2.1.9
2+
# Uncomment the mysqlclient requirement if you are using MySQL rather than
3+
# PostgreSQL. You must also have a MySQL client installed in that case.
4+
#mysqlclient==1.4.1
35
wheel==0.32.3
46
gunicorn==19.9.0
57
psycopg2==2.7.7

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.