deux icon indicating copy to clipboard operation
deux copied to clipboard

All pull requests fail tests

Open willjleong opened this issue 6 years ago • 0 comments

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.

willjleong avatar Mar 05 '18 13:03 willjleong