incuna / django-user-management

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

Drop support for old versions #136

Open LilyFoote opened 9 years ago

LilyFoote commented 9 years ago

We currently support:

I think we should consider dropping support for the bold versions.

LilyFoote commented 9 years ago

@meshy

meshy commented 9 years ago

What incompatibilities make supporting DRF 3.1 and python 3.3 harder?

LilyFoote commented 9 years ago

It's not just about incompatibilities. It also leads to a lot of test runs on travis - currently 11 (4 django * 3 python - 1). We should really include DRF 3.1 as well which would mean 22 or so.