yourlabs/django-autocomplete-light

DAL and Jquery 3.6.0

bezkos opened this issue · 2 comments

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

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

A heads up that the DAL widget breaks if you upgrade to JQuery 3.6.0. See #1283 (comment)