yceruto/django-ajax

Could the main release also be Django 1.11 LTS compatible?

mbourqui opened this issue · 3 comments

Django 1.11 is the latest LTS release, it would be nice to support it (at least on PyPI) as long as the 2.X LTS is not available.

Hi @mbourqui, Django 1.11 LTS is supported for djangoajax==2.*. And Django 2+ for djangoajax==3.*. Try this pip install djangoajax==2.* and let me know if all work fine. Cheers!

Hi @yceruto,
Thanks for your quick reply!
Unfortunately, the 2.4.1 release is already set up for Django 2.X. But otherwise you're right, I could install the 2.4.0 version wiht pip install djangoajax==2.4.0.

Unfortunately, the 2.4.1 release is already set up for Django 2.X.

That's my fault, it's fixed now in 2.4.5 - Travis build

Thank you.