yourlabs / django-autocomplete-light

A fresh approach to autocomplete implementations, specially for Django. Status: v4 alpha, v3 stable, v2 & v1 deprecated.
https://django-autocomplete-light.readthedocs.io
MIT License
1.79k stars 467 forks source link

DAL and Jquery 3.6.0 #1263

Open bezkos opened 2 years ago

bezkos commented 2 years ago

If u use DAL with JQuey-migrate-3.3.2 plugin, u will see that there are several deprecation warnings like: JQMIGRATE: jQuery.trim is deprecated; use String.prototype.trim JQMIGRATE: jQuery.isArray is deprecated; use Array.isArray JQMIGRATE: jQuery.isFunction() is deprecated

I think these warnings must be fixed before next JQuery major release otherwise DAL will stop to work.

jpic commented 2 years ago

Nice, can you paste the complete list of warnings please?

bernd-wechner commented 2 years ago

A heads up that the DAL widget breaks if you upgrade to JQuery 3.6.0. See https://github.com/yourlabs/django-autocomplete-light/issues/1283#issuecomment-1063936540