add support for django-1.11 #2
Notifications
Due Date
No due date set.
Blocks
#1 Add suport for python 2
python/django-test
Reference: python/django-test#2
Reference in New Issue
Block a user
Running django-test under Django-1.11 does not work.
We use django.urls.path (new in django-2) in url configs. Must replace it with django.conf.urls.url.