Skip to content
This repository was archived by the owner on Aug 19, 2022. It is now read-only.

Commit 288f3cf

Browse files
author
Thiago C. D'Ávila
authored
Merge pull request #127 from staticdev/remove-util
Remove util.py
2 parents 11ccefd + 5352dee commit 288f3cf

File tree

2 files changed

+1
-63
lines changed

2 files changed

+1
-63
lines changed

src/django_sorting_bootstrap/templatetags/sorting_tags.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
"""Sorting templatetags."""
22
from django import template
3+
from django.contrib.admin.utils import label_for_field
34
from django.utils.html import format_html
45
from django.utils.safestring import mark_safe
56

67
from django_sorting_bootstrap.sort import sort_queryset
7-
from django_sorting_bootstrap.util import label_for_field
88

99
register = template.Library()
1010

src/django_sorting_bootstrap/util.py

Lines changed: 0 additions & 62 deletions
This file was deleted.

0 commit comments

Comments
 (0)