Skip to content

Commit

Permalink
Update changelog and README
Browse files Browse the repository at this point in the history
  • Loading branch information
crucialfelix committed Oct 4, 2020
1 parent 5a7680b commit 459ba5b
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 3 deletions.
18 changes: 18 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,23 @@
# Change Log

## [2.0.0]

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.8.0]

Added/fixed support for Django 2.2
Expand Down
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -71,9 +71,9 @@ Read the full documention here: [outside of the admin](http://django-ajax-select

## Assets included by default

* //ajax.googleapis.com/ajax/libs/jquery/1.9.1/jquery.min.js
* //code.jquery.com/ui/1.10.3/jquery-ui.js
* //code.jquery.com/ui/1.10.3/themes/smoothness/jquery-ui.css
* //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

## Compatibility

Expand Down

0 comments on commit 459ba5b

Please sign in to comment.