Skip to content

Fix: Choices for `Token.token_type` must be consistent

Erik Kalkoken requested to merge ErikKalkoken/django-esi:fix-issue-36 into master
  • Shows Token's field, which are defined by the token itself and can not be changed, as read-only (all except user).
  • Token.token_type is converted lowercase, while choices defines mixed case (#26 (closed))

Note: this MR expects to be merged after !65 (merged)

Merge request reports