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
{{ message }}
This repository was archived by the owner on Mar 18, 2019. It is now read-only.
I want to append in querystring of some APIs a language key/value so i can translate messages for every “translatable API“.
The js is very strict so the language key, used in my get_queryset or dispatch method and not defined in my view's filters, is not recognized and the call to the API is denied from JS!
@tomchristie how can i resolve this problem according to you (drf filters are strongly coupled with models) ?