We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
the timezone field has an import from rest_framework so this should be an always-required installation and not just an extras require.
rest_framework
extras
The text was updated successfully, but these errors were encountered:
Thanks for the heads up
I will adjust and push a fix to pypi shortly
Sorry, something went wrong.
fix: don't import rest_framework in package root #67
8f71fea
v4.1.1 has been pushed to pypi which should fix this problem. rest_framework isn't imported in the package root anymore. Sorry about that oversight
v4.1.1
Please try it out when you get a chance and if it's still not working let me know
No branches or pull requests
the timezone field has an import from
rest_framework
so this should be an always-required installation and not just anextras
require.The text was updated successfully, but these errors were encountered: