Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feature/fixes and updates #303

Merged
merged 14 commits into from
Dec 6, 2023
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Fix jQuery version
crucialfelix committed Dec 6, 2023

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
commit a73244bcdb4e20fc7c9b92e589baea430ecb3409
2 changes: 1 addition & 1 deletion ajax_select/fields.py
Original file line number Diff line number Diff line change
@@ -27,7 +27,7 @@ def _media(self):
)
if bootstrap:
js = [
"ajax_select/vendor/jquery.3.5.1.min.js",
"ajax_select/vendor/jquery-3.7.1.min.js",
"ajax_select/vendor/jquery-ui-1.13.2/jquery-ui.min.js",
"ajax_select/js/ajax_select.js",
]
5 changes: 1 addition & 4 deletions example/example/settings.py
Original file line number Diff line number Diff line change
@@ -47,10 +47,7 @@
'song': ('example.lookups', 'SongLookup'),
}

# By default will use window.jQuery
# or Django Admin's jQuery
# or load one from google ajax apis
# then load jquery-ui and a default css
# By default will use the included jquery and jquery-ui files.
# Set this to False if for some reason you want to supply your own
# window.jQuery and jQuery UI