Skip to content

Commit

Permalink
Support Django 3
Browse files Browse the repository at this point in the history
  • Loading branch information
smendes committed Feb 5, 2020
1 parent b696d2f commit 8a9fa9d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion wagtaillinkchecker/views.py
Original file line number Diff line number Diff line change
@@ -1,8 +1,9 @@
from __future__ import print_function

from functools import lru_cache

from django.shortcuts import get_object_or_404
from django.shortcuts import redirect, render
from django.utils.lru_cache import lru_cache
from django.utils.translation import ugettext_lazy as _
from wagtail import __version__ as WAGTAIL_VERSION

Expand Down

0 comments on commit 8a9fa9d

Please sign in to comment.