Skip to content

Commit

Permalink
django 2.0 compat.
Browse files Browse the repository at this point in the history
  • Loading branch information
Martin Kubat committed Mar 7, 2018
1 parent dee6c7b commit 28a62d5
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions translation_manager/admin.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@
except ImportError:
from django.urls import reverse

from django.core.urlresolvers import reverse, resolve
from django.db.models import F
from django.http import HttpResponseRedirect, JsonResponse
from django.http.response import HttpResponseBadRequest
Expand Down Expand Up @@ -228,7 +227,7 @@ def use_remote(self, obj):
"""
:param obj:
:type obj: TranslationEntry
:return:
:return:
"""

if obj.remote_translation_entry:
Expand Down

0 comments on commit 28a62d5

Please sign in to comment.