We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7c001d8 commit f9ed100Copy full SHA for f9ed100
django_select2/static/django_select2/django_select2.js
@@ -68,7 +68,7 @@
68
}
69
70
$(function () {
71
- $('.django-select2').not('[name*=__prefix__]').djangoAdminSelect2()
+ $('.django-select2').not('[name*=__prefix__]').djangoSelect2()
72
73
document.addEventListener('formset:added', (event) => {
74
$(event.target).find('.django-select2').djangoSelect2()
0 commit comments