robinhood / deux

Multifactor Authentication for Django Rest Framework
Other
155 stars 56 forks source link

All pull requests fail tests #19

Open willjleong opened 6 years ago

willjleong commented 6 years ago

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.