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
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
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.