Rename add_additional_query_param()

This commit is contained in:
Jeremy Stretch
2020-08-12 13:59:11 -04:00
parent d6846cdb2c
commit 93757df97d
4 changed files with 15 additions and 15 deletions

View File

@@ -134,7 +134,7 @@ class APISelect(SelectWithDisabled):
if full:
self.attrs['data-full'] = full
def add_additional_query_param(self, name, value):
def add_query_param(self, name, value):
"""
Add details for an additional query param in the form of a data-* JSON-encoded list attribute.