Skip to content

Commit 61c3d91

Browse files
authored
Pin django to a specific version (#3026)
* Splitting up #2651 * Address excellent nit
1 parent 5d6139a commit 61c3d91

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 @@
11
PyMySQL==0.9.3
2-
Django<2.0.0,>=1.11.8
2+
Django==1.11.28 # needs to stay under 2.0.0 for Python 2 support

0 commit comments

Comments
 (0)