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

Django 1.11 compatible release? #201

Closed vkurup closed 6 years ago

vkurup commented 6 years ago

Hi @mlavin, wondering if you'd be able to release the master branch to PyPI when you have a chance, so I can take advantage of all the Django 1.11 compatible goodness.

Hope you're doing well!

mlavin commented 6 years ago

I released 1.1 back in Jan which is compatible with Django 1.11. Looks like the change log wasn't correctly updated :(

vkurup commented 6 years ago

I have no idea how I wrote 1.11 TWICE when I meant 2.0, specifically the work you merged in #199

mattaw commented 6 years ago

Well can I ask for a PyPi release that supports 2.0? (If @vkurup was asking for a PyPi 2.0 release 👍 )

mlavin commented 6 years ago

Yes I'll package the current master to PyPi tomorrow.

On Fri, Oct 12, 2018, 4:44 PM Dr. Matthew Swabey notifications@github.com wrote:

Well can I ask for a PyPi release that supports 2.0? (If @vkurup https://github.com/vkurup was asking for a PyPi 2.0 release 👍 )

— You are receiving this because you were mentioned. Reply to this email directly, view it on GitHub https://github.com/mlavin/django-selectable/issues/201#issuecomment-429456828, or mute the thread https://github.com/notifications/unsubscribe-auth/AAJGQUUYUgrfH9gvqFPtRYU7Lb-3H_p2ks5ukP87gaJpZM4Wf4Ur .

mlavin commented 6 years ago

v1.2.0 has been uploaded to PyPi and the test suite is passing for Django 2.0, 2.1, and the current master for 2.2. Thanks for your patience everyone.