jmrivas86 / django-json-widget

An alternative widget that makes it easy to edit the new Django's field JSONField (PostgreSQL specific model fields)
MIT License
433 stars 88 forks source link

Stop declaring support for Django versions before 3.2 #65

Closed ashokdelphia closed 11 months ago

ashokdelphia commented 2 years ago

(I based the branch on the one for #56, to avoid obvious conflicts; the intended change here is commit 78bfa2e4182e004d8f9937319d89806b1856b35e onwards.)

ashokdelphia commented 2 years ago

Since Django 1.11 LTS was the last to support Python 2.7, I wonder if it may be worth dropping support for that here, too.

StevenMapes commented 1 year ago

Yes it should be and then futures can also be removed

ashokdelphia commented 1 year ago

Looks good to me, would be nice to get this project update to remove the old support and add in the new support for 3.2, 4.0, 4.1 and 4.2 when the alpha is released shortly

I'll take out pre-3.2 here, too.

When I first opened it, 2.2 wasn't quite out of long-term support.

StevenMapes commented 1 year ago

I messaged José on Twitter and he's going to look to update the project next month as he's really busy at the moment it seems, so hopefully before the end of June there'll be an updated release on pypi with this update as well as the other three PRs that have come in at the very least :)