Skip to content

Commit 459ba5b

Browse files
committed
Update changelog and README
1 parent 5a7680b commit 459ba5b

File tree

2 files changed

+21
-3
lines changed

2 files changed

+21
-3
lines changed

CHANGELOG.md

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,23 @@
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

523
Added/fixed support for Django 2.2

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)