incuna / django-user-management

User management model mixins and api views.
BSD 2-Clause "Simplified" License
57 stars 24 forks source link

Update dependencies and add postgres to travis. #171

Closed maxpeterson closed 4 years ago

maxpeterson commented 4 years ago

@meshy @Ian-Foote any thoughts on dropping py 2.7 support - it was added in #9 but I don't know why.

The 2.7 tests are failing because django-appconf (required by django-imagekit) doesn't seem to be 2.7 compatible.

LilyFoote commented 4 years ago

Support was added 6 years ago. Since python 2 is no longer supported, I think we should drop it ourselves.

maxpeterson commented 4 years ago

Thanks @Ian-Foote and @meshy - I will get this merged and see about updating Django.