django.core.exceptions.FieldError: Field 'obj' does not generate an automatic reverse relation and therefore cannot be used for reverse querying. If it is a GenericForeignKey, consider adding a GenericRelation.
Admin interface code needs a fix to allow queries on accesstokens - ideally we could query by job (aka object id), user and possibly token value.