Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update django-ajax dependency #69

Open
fjbardelli opened this issue Apr 4, 2018 · 4 comments
Open

Update django-ajax dependency #69

fjbardelli opened this issue Apr 4, 2018 · 4 comments

Comments

@fjbardelli
Copy link

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

@oscarmlage
Copy link
Owner

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
Copy link
Author

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
Copy link
Contributor

luisza commented Apr 12, 2018

This is the reason
yceruto/django-ajax#42

@telenieko telenieko changed the title Ajax New version Update django-ajax dependency Sep 9, 2019
@telenieko
Copy link
Collaborator

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants