We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b2c0c30 commit 9fefd77Copy full SHA for 9fefd77
.gitignore
@@ -55,3 +55,4 @@ docs/_build/
55
target/
56
57
.DS_Store
58
+/.eggs/
.travis.yml
@@ -5,7 +5,7 @@ python:
5
- 3.7
6
- 3.8
7
env:
8
- - DJANGO="django>=3.1.0,<3.2"
+ # - DJANGO="django>=3.1.0,<3.2" # too soon
9
- DJANGO="django>=3.0.0,<3.1"
10
- DJANGO="django>=2.2.0,<3.0"
11
- DJANGO="django>=2.1.0,<2.2.0"
0 commit comments