oscarmlage / django-cruds-adminlte

django-cruds is simple drop-in django app that creates CRUD for faster prototyping
BSD 3-Clause "New" or "Revised" License
425 stars 81 forks source link

Update django-ajax dependency #69

Open fjbardelli opened 6 years ago

fjbardelli commented 6 years ago

The new version of djangoajax (3.0.2), is not compatible?

oscarmlage commented 6 years ago

Haven't tried yet, why do you say it's not compatible? Could you please give some feedback, error logs, etc... about it? (thanks in advance).

fjbardelli commented 6 years ago

When I try to use it, it tells me that it does not find the js, whereas if I use the previous version it goes without problems

luisza commented 6 years ago

This is the reason https://github.com/yceruto/django-ajax/issues/42

telenieko commented 5 years ago

From #103:

in setup.py we have django>=2 and django-ajax==2.3.7 but django-ajax v2 is for django<2 and django-ajax v3 is for django>=2

Also, it is noted there that the AJAX related functionality lacks unit testing, which makes the version updated much harder. Not being able to update django-ajax dependency prevents setting minimum supported versions due to the version incompatibilities noted there.