mirror of
https://github.com/Hopiu/django-select2.git
synced 2026-05-18 18:01:06 +00:00
13 lines
539 B
Markdown
13 lines
539 B
Markdown
---
|
|
name: Problem with Django admin
|
|
about: You are facing a problem integrating django-select2 into Django's admin interface
|
|
title: ''
|
|
labels: wontfix
|
|
assignees: ''
|
|
|
|
---
|
|
|
|
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
|