For my project, I need to be able to have a different AccessToken and RefreshToken model. Since django-oauth-toolkit already supports configurable Application model classes, I decided to do the same for AccessToken and RefreshToken.
I've created a pull request for this feature: #252
Cheers,
Dirk