chibisov / drf-extensions

DRF-extensions is a collection of custom extensions for Django REST Framework
http://chibisov.github.io/drf-extensions/docs
MIT License
1.48k stars 208 forks source link

Add Django 3.0 support #276

Closed OskarPersson closed 4 years ago

OskarPersson commented 5 years ago

Fixes #273

ruslankrivoshein commented 4 years ago

There is also an error

File "/home/ruslankrivoshein/Documents/ads/venv/lib/python3.7/site-packages/rest_framework_extensions/compat.py", line 7, in <module>
    from django.utils import six
ImportError: cannot import name 'six' from 'django.utils' (/home/ruslankrivoshein/Documents/ads/venv/lib/python3.7/site-packages/django/utils/__init__.py)
OskarPersson commented 4 years ago

@ruslankrivoshein Are you sure you're running the correct version? That line was removed in #253 and as you can see here it is not in my branch either.

SulanthaM commented 4 years ago

Hi the whl file in the Pypi isnt updated with the chnages. The tar.gz is, but the whl file still contain import six from django.utils