Skip to content

Commit

Permalink
try importing NoReverseMatch from a different place
Browse files Browse the repository at this point in the history
  • Loading branch information
eranrund committed Nov 28, 2017
1 parent 143ecb8 commit e7f5348
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions papertrail/admin.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,9 @@
from django.conf.urls import url
from django.contrib import admin
from django.core import serializers
from django.core.urlresolvers import reverse
from django.core.urlresolvers import reverse, NoReverseMatch
from django.db.models import Q
from django.shortcuts import get_object_or_404, render
from django.urls import NoReverseMatch
from django.utils.encoding import force_text
from django.utils.html import format_html
from django.utils.text import capfirst
Expand Down

0 comments on commit e7f5348

Please sign in to comment.