anexia-it / django-rest-passwordreset

An extension of django rest framework, providing a configurable password reset strategy
BSD 3-Clause "New" or "Revised" License
419 stars 148 forks source link

Version matrix update #111

Closed anx-cbenke closed 4 years ago

anx-cbenke commented 4 years ago

Tested and added support for upcoming Django Rest Passwordreset 1.2 with Django 3.0 and 3.1 and DRF 3.10-3.11.

Phased out support for Django Rest Passwordreset 0.9.7, Django 1.8, 1.11, < 2.2 and DRF <3.9.

mikicz commented 4 years ago

Hi, if you're dropping support for Django < 2.2, you have effectively dropped support for Python 2 (which I'm all for), so the README could say that as well, as well the metadata in setup.py could say that (removing classifiers for supported python and django versions).

Thanks! Was coming to submit a PR to remove the ugettext_lazy usages to find it's already done!

anx-cbenke commented 4 years ago

Yep, dropping Python 2 is the plan! Thanks for your helpful suggestions and additions!