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 3 support #382

Closed
pyprism opened this issue Dec 10, 2019 · 3 comments
Closed

Django 3 support #382

pyprism opened this issue Dec 10, 2019 · 3 comments

Comments

@pyprism
Copy link

pyprism commented Dec 10, 2019

Does this package support django 3.0 ? Recently I upgraded my project from django 2.x to 3.0.
When I tried to run manage.py command it throws this error :

 File "/../.env/lib/python3.7/site-packages/silk/models.py", line 21, in <module>
    from silk.config import SilkyConfig
  File "/../.env/lib/python3.7/site-packages/silk/config.py", line 3, in <module>
    from django.utils import six
ImportError: cannot import name 'six' from 'django.utils' (/../.env/lib/python3.7/site-packages/django/utils/__init__.py)
@knyghty
Copy link
Member

knyghty commented Dec 10, 2019

This is being addressed in #380

@nasirhjafri nasirhjafri mentioned this issue Jan 2, 2020
3 tasks
@nasirhjafri
Copy link
Member

Added in #385 and #380

@nasirhjafri
Copy link
Member

Added in release 4.0.0 (#384)

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

3 participants