We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 10cc722 commit aac4e95Copy full SHA for aac4e95
django_sorting_field/widgets.py
@@ -15,7 +15,7 @@ class Media:
15
"sorting/js/sorting_widget.js",
16
)
17
18
- def render(self, name, value, attrs=None):
+ def render(self, name, value, attrs=None, renderer=None):
19
context = attrs
20
context.update({
21
"items": value,
0 commit comments