Skip to content

v3.0.0

Compare
Choose a tag to compare
@crucialfelix crucialfelix released this 06 Dec 21:46
· 9 commits to develop since this release
7af255d

What's Changed

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