Add schema to the ObtainAuthToken view by scardine · Pull Request #5676 · encode/django-rest-framework (original) (raw)
Hi @scardine.
There's two things going on here: adding the ManualFields schema to the ObtainAuthToken view, and adding the encoding parameter to ManualFields. We should handle these separately.
Adding the fields to the ObtainAuthToken view seems reasonable.
Can you make a different PR handling the encoding please? (Docs and tests there would be needed.)
Also we have a lint failure