v3.0.0
What's Changed
- feature/fixes and updates by @crucialfelix in #303
- fix #299 : trash icon is invisible in dark mode by @crucialfelix in #304
- feature/misc fixes by @crucialfelix in #305
This release supports Django 5, retaining support back to Django 3.2
The jquery and jquery-ui assets are now included and served from your Django static domain just like all other admin or Django assets. Previously this used CDN urls, which were trendy back in the twenty teens. You can now customize the jquery-ui theme by setting:
AJAX_SELECT_JQUERYUI_THEME = "/static/path-to-your-theme/jquery-ui-min.css"
It also supports dark mode now, for all the goths out there.
Full Changelog: 2.1.0...v3.0.0