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
I have a case where I have a list of dictionaries containing my data and I want to be able to filter this via a URL query. There are no models involved here because the data is processed and manipulated in memory so I cannot specify anything for the queryset parameter unless this can be set to a list of objects.
I need something like this from your example here
I have a case where I have a list of dictionaries containing my data and I want to be able to filter this via a URL query. There are no models involved here because the data is processed and manipulated in memory so I cannot specify anything for the queryset parameter unless this can be set to a list of objects.
I need something like this from your example here
Is this possible with django-url-filter?
The text was updated successfully, but these errors were encountered: