Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Django 3.2 support #226

Open
aareman opened this issue Jun 26, 2023 · 2 comments
Open

Django 3.2 support #226

aareman opened this issue Jun 26, 2023 · 2 comments

Comments

@aareman
Copy link

aareman commented Jun 26, 2023

Hi,

We are looking to use this package to implement twilio integration in our django 3.2 project. Unfortunately, it seems that this package only supports from 4.0 and up. Is it possible to extend support to the latest 3.x version? Are there any django 4.x specific features that this package is relying on?

@jheld
Copy link
Collaborator

jheld commented Aug 30, 2023

I think I see your point, given that 3.2 has security support until April 2024. The mainstream support has long ended, and that's probably what the impetus for the change was.

Can you share any of the features, bugs, or security fixes that have been applied (and are relevant against django 3.2+) to this codebase that are not available since the removal of 3.2 support, but that you'd prefer, or require/need?

The ask is helpful in case we can just make a small set of changes on a back-port branch at the appropriate point in the git tree. Potentially we could just re-enable 3.2 support, but nonetheless, if you could, that would [I think] be helpful.

@aareman
Copy link
Author

aareman commented Aug 31, 2023

Thank you. we ended up using two classes from this library, just copying them over. Seems to be working for our use case, though we obviously can't pull in updates.

I don't remember the specifics, sorry.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants