django v2 compatible: tests needed

This commit is contained in:
dadosch
2018-08-24 21:31:43 +02:00
parent 160c256327
commit b6a870c0e5
5 changed files with 64 additions and 58 deletions

View File

@@ -10,7 +10,10 @@ from collections import OrderedDict
from fuzzywuzzy import fuzz
from django.conf import settings
from django.core.urlresolvers import reverse
try:
from django.core.urlresolvers import reverse
except:
from django.urls import reverse
from django.db import models
from django.template.defaultfilters import slugify
from django.utils import timezone