Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

In Python 3, ApiKey list in admin is not useful #1459

Closed
vtbassmatt opened this issue Mar 20, 2016 · 1 comment
Closed

In Python 3, ApiKey list in admin is not useful #1459

vtbassmatt opened this issue Mar 20, 2016 · 1 comment

Comments

@vtbassmatt
Copy link
Contributor

The ApiKey list in the admin isn't useful under Python 3 because ApiKey only implements unicode. Other models in tastypie.models use the @python_2_unicode_compatible decorator, but for some reason ApiKey does not. I'll prepare and submit the 2-line fix.

@SeanHayes
Copy link
Member

Thanks!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants