add support for django-1.11 #2

Closed
opened 2019-10-17 13:19:21 +02:00 by heinzel · 1 comment
Owner

Running django-test under Django-1.11 does not work.

Running django-test under Django-1.11 does not work.
heinzel added a new dependency 2019-10-17 13:20:49 +02:00
Author
Owner

We use django.urls.path (new in django-2) in url configs. Must replace it with django.conf.urls.url.

We use django.urls.path (new in django-2) in url configs. Must replace it with django.conf.urls.url.
heinzel referenced this issue from a commit 2019-10-17 13:26:25 +02:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Blocks
#1 Add suport for python 2
python/django-test
Reference: python/django-test#2