Fixed Django 2.1 compatibility due to removal of django.contrib.auth.login()/logout() views.#5510
Conversation
…login()/logout() views.
|
@felixxm Awesome! I was going to look into that. Thanks! (Will review fully in daylight) |
|
Off hand thought - defer this to December when Django 1.10 is deprecated. That way, the compat check isn't necessary. |
|
As was said earlier, we shouldn't drop a django version unless it's too complicated. Seems we're still on track with that change aren't we ? |
|
Yep. Let's have this as is for now. All green Travis 🎉 — that's worth the temporary compat check just for the aesthetic benefits over the autumn. 😃 Thanks @felixxm! |
|
Unwanted side effect, it may trigger |
I've just opened #5564. |
|
@edmorley - thanks, we'll continue the discussion over there. |
I thought DRF is compatible with Django 2.1, see encode#5510
Fixed Django 2.1 compatibility due to removal of
django.contrib.auth.login()/logout()views (see Django documentation 1.11, 2.1).