Lars Wettmann
Lars Wettmann
Same here.
It hasn't been fixed and I just ran into a Data Error "value too long for type character varying(50)" cause of it. It would be good to have at least...
I ended up writing the open api specification manually with a tool called stoplight. I added the oauth2 endpoints myself. I recommend just writing it yourself as it will be...
This is how my auth path looks like now: ``` "/api/oauth2/token/": { "post": { "summary": "get token", "description": "Triggers the log-in flow to receive access tokens.", "consumes": [ "application/x-www-form-urlencoded" ],...
I just downloaded the generated swagger file and added the oauth path manually. It's super crappy. So that would be definitely a nice addition to django-swagger: adding custom json schema...
Sorry for me not being clear. I did not make it work. I set up all my views in django-rest-swagger, downloaded the file from the UI and manually entered the...
Thanks, @fsbraun. Great to know with the static_placeholders. Any thoughts on the language issue anyone?
After some digging, I found that also form url is wrong in the admin: If I change the path to ?language=de and send the form, the form still gets saved...
Is there any progress on a Django CMS 3.6 implementation and/or the above fixes or any help? Or am I the only one with this problem? I'm running Django CMS...
Hey @fsbraun, I tried adding the parler-languages setting and it solved the problem. Thanks. This is a bug and should be tagged as one as the documentation says that the...