File tree Expand file tree Collapse file tree 2 files changed +21
-3
lines changed
Expand file tree Collapse file tree 2 files changed +21
-3
lines changed Original file line number Diff line number Diff line change 11# Change Log
22
3+ ## [ 2.0.0]
4+
5+ Dropped support for older versions of Django and Python.
6+
7+ Supported:
8+
9+ - Django >= 2.2
10+ - Python >= 3.6
11+
12+ Updates default frontend libraries to:
13+ * //ajax.googleapis.com/ajax/libs/jquery/3.5.1/jquery.min.js'
14+ * //code.jquery.com/ui/1.12.1/jquery-ui.js
15+ * //code.jquery.com/ui/1.12.1/themes/smoothness/jquery-ui.css
16+
17+ (These can still be customized if you need to run a different version or use different default css)
18+
19+ Many thanks to @Cabilist and @teelee7133
20+
321## [ 1.8.0]
422
523Added/fixed support for Django 2.2
Original file line number Diff line number Diff line change @@ -71,9 +71,9 @@ Read the full documention here: [outside of the admin](http://django-ajax-select
7171
7272## Assets included by default
7373
74- * //ajax.googleapis.com/ajax/libs/jquery/1.9 .1/jquery.min.js
75- * //code.jquery.com/ui/1.10.3 /jquery-ui.js
76- * //code.jquery.com/ui/1.10.3 /themes/smoothness/jquery-ui.css
74+ * //ajax.googleapis.com/ajax/libs/jquery/3.5 .1/jquery.min.js'
75+ * //code.jquery.com/ui/1.12.1 /jquery-ui.js
76+ * //code.jquery.com/ui/1.12.1 /themes/smoothness/jquery-ui.css
7777
7878## Compatibility
7979
You can’t perform that action at this time.
0 commit comments