Fixed reverse import in django.urls

This commit is contained in:
Eliot Berriot 2017-12-16 14:32:52 +01:00
commit 3396329c19
No known key found for this signature in database
GPG key ID: DD6965E2476E5C27
12 changed files with 12 additions and 12 deletions

View file

@ -1,7 +1,7 @@
import random
import json
from test_plus.test import TestCase
from django.core.urlresolvers import reverse
from django.urls import reverse
from django.core.exceptions import ValidationError
from django.utils import timezone