django-autocomplete-light 3.5.0 jquery moving release
| by jpic | django-autocomplete-light pythonDjango-autocomplete-light 3.5.0 was released, including backward compatibility breaks.
-
jquery.js has been removed from widget.media, this means that you are now responsible for ensuring that jquery is loaded in your page prior to displaying the form (form.media).
-
trailing dash was replaced by underscore in forward conf, ie.
dal-forward-conf-for-id_test
becomesdal-forward-conf-for_id_test
Also:
- #1115: Compatibility with Django 3.0 by Alexandr Artemyev @mogost
- #1079: Fixed access to $.fn.select2 by David @dwasyl
- #1118: Highlight select field with error to match Django style by @tchatow
- #1099: django-nested-admin forwarded field fix by @akshenc
Also, tests now run fine on Travis, big thanks to @jorrit-wehelp.