mlavin / django-selectable

Tools and widgets for using/creating auto-complete selection widgets using Django and jQuery UI.
http://django-selectable.readthedocs.io/en/latest/
BSD 2-Clause "Simplified" License
129 stars 64 forks source link

Add Django 3.0 support #209

Closed kluchrj closed 4 years ago

kluchrj commented 4 years ago

Drops support for python 2, and fixes various deprecation warnings.

Also adds python 3.7 + 3.8, and Django 2.2 to tox.

tzwaan commented 4 years ago

Is there a reason why this has not been reviewed/merged yet? The package currently does not support django 3.0 despite advertising it does in the readme.

tzwaan commented 4 years ago

Great, Thanks!

domdinicola commented 4 years ago

@mlavin any chance to get a new release? latest pypi 1.2.1 doesn't support django 3.0

Kladdy commented 4 years ago

Ping on this one, a new release would be appreciated as the current version doesnt support django 3.0, expecially when django.utils.six doesnt exist anymore

daviddwmd commented 4 years ago

@mlavin any chance to get a new release? latest pypi 1.2.1 doesn't support django 3.0

domdinicola commented 4 years ago

We have been asking this for a while.. tbh I don't see this happening :/

daviddwmd commented 4 years ago

This looks like a great project - does anyone want to fork it and be the new maintainer?

mlavin commented 4 years ago

If anyone wants to take over as maintainer I'm happy to facilitate that transfer. This isn't a priority for me.

domdinicola commented 4 years ago

feel free to add my as maintainer/owner (also in pypi). I can manage packaging, looking at PRs and upload packages on pypi

mlavin commented 4 years ago

Added to the repo. Are you also @domdinicola on PyPi or do you have a different username?

domdinicola commented 4 years ago

hi @mlavin, thanks. On Pypi I'm dom.dinicola .

Thanks a lot

domdinicola commented 4 years ago

version 1.3.0 released

mlavin commented 4 years ago

🎉 🎉 🎉

daviddwmd commented 4 years ago

Thank you both!!!