You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
As Django filters is based on query params it only support string format and then convert it.
As DSG use gRPC we can pass more complex type.
It could be a good idea to let user passing a list directly without having it to convert in CSV format.
As is it not prioritary it will not be set for the 1.0.0 and mostly will be an how-to in the doc or an external package. As so we are looking for contributors to help us with that.
The text was updated successfully, but these errors were encountered:
It allow to transform string to array. What we want here is to directly deal with array. It may work if we pass directly MultiValueDict to the widget but we want to pass array to it.
AMontagu
changed the title
Adding a Djanog-filters widget or class override to allow passing a list instead of a csv formated string for fitlers
Adding a Django-filters widget or class override to allow passing a list instead of a csv formated string for fitlers
Feb 15, 2024
As Django filters is based on query params it only support string format and then convert it.
As DSG use gRPC we can pass more complex type.
It could be a good idea to let user passing a list directly without having it to convert in CSV format.
As is it not prioritary it will not be set for the 1.0.0 and mostly will be an how-to in the doc or an external package. As so we are looking for contributors to help us with that.
The text was updated successfully, but these errors were encountered: