django-select2/.github/ISSUE_TEMPLATE/problem-with-django-admin.md
2019-04-05 15:33:02 +02:00

539 B

name about title labels assignees
Problem with Django admin You are facing a problem integrating django-select2 into Django's admin interface wontfix

Django-Select2 does NOT support Django admin, since Django admin has a built-in feature called autocomplete_fields. Autocomplete fields are superior and we recommend using them, instead of this package for the admin.

You can find more information here: https://docs.djangoproject.com/en/stable/ref/contrib/admin/#django.contrib.admin.ModelAdmin.autocomplete_fields