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

Replace user.is_authenticated() with user.is_authenticated for Django 2.0 compatibility #201

Closed mbaragiola closed 6 years ago

mbaragiola commented 6 years ago

Replace user.is_authenticated() with user.is_authenticated for Django 2.0 compatibility

mbaragiola commented 6 years ago

Please note that the tests fail because this change is for Django 2.0, I didn't edit tox.ini nor changed tests.

dgilge commented 6 years ago

There are some additional fixes for Django 2.0 in my repo fork. You might want to take them into account.

auvipy commented 6 years ago

hi @dgilge can you help review my pr and give me suggestions about fixing some errors? I picked one of your commit from you branch #210