This repository was archived by the owner on Feb 26, 2024. It is now read-only.
Commit 8ae0e65
committed
Pin DRF dependencies to work with Django 1.8
Pin dependencies `djangorestframework<3.7` and
`django-filter<1.1` which are versions that work
with Django 1.8. Later versions produce mysterious
errors.
I had to apply these version constraints in a
nasty global way because I could not find a way
to specify the versions in setup.py that would
actually be respected by setuptools. And I really
tried.
I also had to apply the pinning in two places:
- setup.py for general usage and the go.sh
environment
- requirements.txt for Travis CI builds.1 parent 52e59b6 commit 8ae0e65
2 files changed
+8
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
| 2 | + | |
2 | 3 | | |
3 | 4 | | |
4 | 5 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
68 | 68 | | |
69 | 69 | | |
70 | 70 | | |
| 71 | + | |
| 72 | + | |
| 73 | + | |
| 74 | + | |
| 75 | + | |
| 76 | + | |
| 77 | + | |
71 | 78 | | |
72 | 79 | | |
73 | 80 | | |
| |||
0 commit comments