Uh oh!
There was an error while loading. Please reload this page.
This repository was archived by the owner on Mar 18, 2019. It is now read-only.
This repository was archived by the owner on Mar 18, 2019. It is now read-only.
There was an error while loading. Please reload this page.
I want to append in querystring of some APIs a
languagekey/value so i can translate messages for every “translatable API“.The js is very strict so the
languagekey, used in myget_querysetordispatchmethod 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) ?
Thank you all in advance.