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.47k stars 208 forks source link

Not compatible with Django 1.10 #164

Closed pga23 closed 8 years ago

pga23 commented 8 years ago

ImportError: No module named 'django.conf.urls.defaults' in rest_framework_extensions/compat.py after upgrade from Django 1.9.9 to Django 1.10

auvipy commented 8 years ago

plz try master branch

rudigiesler commented 8 years ago

I have the same problem. @auvipy the master branch fixes it for me, is it possible to get a release to PyPI?

auvipy commented 8 years ago

the problem is we need to update a lot of test, but don't have the time.

joeyespo commented 8 years ago

@auvipy

the problem is we need to update a lot of test, but don't have the time

Any way to publish a "beta" release to PyPI in the meantime?

Django-polymorphic did that for the same reasons and it was very helpful.

auvipy commented 8 years ago

Hi, I am a co maintainer of this project though do all the house keeping now a days, but I don't have the pypi release key access right now, and the creator of the project won't let publish anything if test keep failing. we need to fixed many test failures first. fixing the 1.8 ones will certainly fix a lot of 1.8, 1.9 and 1.10 branch. problem is I don't have much time so looking for contributors and I will review and merge them as fast as I can.

auvipy commented 8 years ago

you could try from master branch in the mean time

ohimors commented 8 years ago

How's this coming along?

garykrige commented 8 years ago

Works for me with this fix #165