From 08ca1c1c36c15f2e7b89aa5cebef1eb08accddde Mon Sep 17 00:00:00 2001 From: Asger Hautop Drewsen Date: Sun, 1 Jul 2018 10:37:30 +0200 Subject: [PATCH] Add note about Select2 support in Django 2.0 admin (#488) Resolve #485 --- README.rst | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/README.rst b/README.rst index d23dad7..06f281c 100644 --- a/README.rst +++ b/README.rst @@ -7,6 +7,10 @@ This is a `Django`_ integration of `Select2`_. The app includes Select2 driven Django Widgets. +.. note:: + Django's admin comes with builtin support for Select2 + since version 2.0 via the `autocomplete_fields`_ feature. + Installation ------------ @@ -51,6 +55,7 @@ See `Github releases`_ .. _Django: https://www.djangoproject.com/ .. _Select2: http://ivaynberg.github.com/select2/ +.. _autocomplete_fields: https://docs.djangoproject.com/en/stable/ref/contrib/admin/#django.contrib.admin.ModelAdmin.autocomplete_fields .. _CHANGELOG.md: CHANGELOG.md .. _Github releases: https://github.com/applegrew/django-select2/releases