rdegges / django-twilio

A simple library for building twilio-powered Django webapps.
http://django-twilio.rtfd.org/
The Unlicense
327 stars 111 forks source link

Django 5 support #239

Closed nickmccullum closed 7 months ago

nickmccullum commented 7 months ago

I've installed this fork into my app by adding the following line to my requirements.txt file:

django-twilio @ git+https://github.com/nickmccullum/django-twilio@781504488503a7ee1026fcc0f91e6adc8f169faa

Our unit test suite is passing with this new version, which is a good sign. I'll run it in production starting today and let you know if I have any issues.

nickmccullum commented 7 months ago

Once this is merged and a new PyPI package is released, feel free to close issue #238

jheld commented 7 months ago

Thank you for the PR and am looking forward to the go-ahead on merge!

nickmccullum commented 7 months ago

It's been running in production now for >24 hours and has sent many SMS 2FA messages. I think you're safe to merge and cut a release.