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 05a37ec commit 1722ee3Copy full SHA for 1722ee3
src/webstack_django_sorting/templatetags/sorting_tags.py
@@ -35,7 +35,6 @@ def anchor(parser, token):
35
except IndexError:
36
title = bits[1].capitalize()
37
38
- __import__("ipdb").set_trace()
39
default_sort_order = (
40
"desc" if len(bits) >= 4 and bits[3].strip("'\"") == "desc" else "asc"
41
)
0 commit comments