CuriousLearner / django-phone-verify

A Django app to support phone number verification using security code / One-Time-Password (OTP) sent via SMS.
https://www.sanyamkhurana.com/django-phone-verify/
GNU General Public License v3.0
258 stars 61 forks source link

feat: Add support for Django 4.x #71

Closed russell310 closed 2 years ago

Tobeyforce commented 2 years ago

What about the import in serializers.py?

russell310 commented 2 years ago

@Tobeyforce fixed issues on serializers

melanger commented 2 years ago

Hi, are you doing to merge this? It would be great to have Django 4 support.

russell310 commented 2 years ago

I've no rights to merge.

russell310 commented 2 years ago

@CuriousLearner updated tox file. Please check

CuriousLearner commented 2 years ago

Thank you!

Changes looks good to me. However seems like we'd need to change from travis to Github Actions CI. I'll take a look at that.

CuriousLearner commented 2 years ago

Thanks @russell310

I've added your contribution in b407b60c918c189678ce85a19bc70352b591afa0