Address PR feedback: Rename FilterModifierWidget parameter to widget

This commit is contained in:
Jason Novinger
2025-11-20 05:58:44 -06:00
parent 6a4680c4e3
commit 38aae88757
3 changed files with 10 additions and 10 deletions

View File

@@ -189,7 +189,7 @@ class FilterModifierMixin:
if len(lookups) > 1:
field.widget = FilterModifierWidget(
original_widget=field.widget,
widget=field.widget,
lookups=lookups
)