We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent deace76 commit c24a4dbCopy full SHA for c24a4db
webstack_django_sorting/templatetags/sorting_tags.py
@@ -2,8 +2,8 @@
2
from django.http import Http404
3
from django.utils.translation import gettext_lazy as _
4
5
-from ..settings import INVALID_FIELD_RAISES_404
6
from .. import common
+from ..settings import INVALID_FIELD_RAISES_404
7
8
register = template.Library()
9
0 commit comments