mirror of
https://github.com/Hopiu/django-select2.git
synced 2026-04-20 05:01:01 +00:00
539 B
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