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

django timezone field seems to *always* require django-rest-framework #67

Closed
2ps opened this issue Nov 28, 2020 · 2 comments
Closed

django timezone field seems to *always* require django-rest-framework #67

2ps opened this issue Nov 28, 2020 · 2 comments
Labels

Comments

@2ps
Copy link

2ps commented Nov 28, 2020

the timezone field has an import from rest_framework so this should be an always-required installation and not just an extras require.

@mfogel
Copy link
Owner

mfogel commented Nov 28, 2020

Thanks for the heads up

I will adjust and push a fix to pypi shortly

@mfogel
Copy link
Owner

mfogel commented Nov 28, 2020

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

Please try it out when you get a chance and if it's still not working let me know

@mfogel mfogel added the bug label Nov 28, 2020
@mfogel mfogel closed this as completed Dec 1, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants