import unquote, fixes #2969

This commit is contained in:
j 2016-09-20 15:59:49 +02:00
parent 23143185ea
commit 29600fa5f7

View file

@ -7,7 +7,7 @@ import re
from glob import glob
from six import string_types
from six.moves.urllib.parse import quote
from six.moves.urllib.parse import quote, unquote
from django.db import models
from django.db.models import Max
from django.contrib.auth.models import User