You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In requirements/django.txt the requirement is django. This makes all tests fail because of all the broken changes in django 2.0, which gets installed as the most current stable django version. This project either needs to merge in a pull request for django 2 support or specify it only works for django <= 1.1.x for now.
The text was updated successfully, but these errors were encountered:
In
requirements/django.txt
the requirement isdjango
. This makes all tests fail because of all the broken changes in django 2.0, which gets installed as the most current stable django version. This project either needs to merge in a pull request for django 2 support or specify it only works for django <= 1.1.x for now.The text was updated successfully, but these errors were encountered: