Skip to content

Releases: crucialfelix/django-ajax-selects

v3.0.2

10 Jan 09:36
e3c8df6
Compare
Choose a tag to compare

What's Changed

  • fix #311 - Django's ManifestStaticFilesStorage fails if there are css urls in the comments by @crucialfelix in #312

Full Changelog: v3.0.1...v3.0.2

v3.0.1

15 Dec 13:55
bf9f7c9
Compare
Choose a tag to compare

What's Changed

Full Changelog: v3.0.0...v3.0.1

v3.0.0

06 Dec 21:46
7af255d
Compare
Choose a tag to compare

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

2.2.0

06 Dec 16:55
3a26ad7
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 2.1.0...v2.2.0

2.1.0

12 Dec 15:56
6a77f58
Compare
Choose a tag to compare

@leogout
Added installation instructions (#279)
f4bab09

@tlangens
Remove leftover ')' …
205068d

2.0.0

04 Oct 12:39
b7f1c55
Compare
Choose a tag to compare

Dropped support for older versions of Django and Python.

Supported:

  • Django >= 2.2
  • Python >= 3.6

Updates default frontend libraries to:

  • //ajax.googleapis.com/ajax/libs/jquery/3.5.1/jquery.min.js'
  • //code.jquery.com/ui/1.12.1/jquery-ui.js
  • //code.jquery.com/ui/1.12.1/themes/smoothness/jquery-ui.css

(These can still be customized if you need to run a different version or use different default css)

Many thanks to @Cabilist and @teelee7133

1.9.1

06 Dec 16:56
2195fc9
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v1.9.0...v1.9.1

1.9.0

06 Dec 16:56
1944802
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v1.8.0...v1.9.0

1.8.0

06 Dec 16:53
582f357
Compare
Choose a tag to compare

Added/fixed support for Django 2.2

What's Changed

Full Changelog: 1.7.1...v1.8.0

1.7.1

06 Dec 16:57
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 1.6.1...1.7.1