Skip to content

Commit c4db361

Browse files
committed
Merge branch 'release/2.0.0' into develop
2 parents 0614b91 + 459ba5b commit c4db361

File tree

3 files changed

+22
-4
lines changed

3 files changed

+22
-4
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

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
setup(
66
name="django-ajax-selects",
7-
version="1.9.1",
7+
version="2.0.0",
88
description="Edit ForeignKey, ManyToManyField and CharField in Django Admin using jQuery UI AutoComplete.",
99
author="Chris Sattinger",
1010
author_email="[email protected]",

0 commit comments

Comments
 (0)