refactor: Upgrade and update the repo to Django 1.9.12
- Update requirements packages - Fix colliding field names - You cannot have a foreign key field name be the same as the model's name that it is referencing
Django==1.8.5 | ||
djangorestframework==3.3.0 | ||
gunicorn==19.3.0 | ||
wheel==0.24.0 | ||
Django>=1.9,<1.10 | ||
djangorestframework==3.6.2 | ||
gunicorn==19.7.1 | ||
wheel==0.29.0 |
Please register or sign in to comment