From 113a72b81b58618f0c1d1857d3fd72129e95255f Mon Sep 17 00:00:00 2001 From: Angelo Dini Date: Wed, 21 Dec 2016 13:19:09 +0100 Subject: [PATCH] Update README.rst --- README.rst | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/README.rst b/README.rst index 34f844b8..6c294f21 100644 --- a/README.rst +++ b/README.rst @@ -89,10 +89,9 @@ Django Select2 ~~~~~~~~~~~~~~ This plugin supports `django-select2 `_ -for simpler use of internal links. We **do not support 5.x**, this is why you -need to manually configure this feature: +for simpler use of internal links. You need to manually enable it by: -* run ``pip install django-select2>=4.3,<5.0`` +* run ``pip install django-select2`` * add ``django_select2`` to your ``INSTALLED_APPS`` * add ``url(r'^select2/', include('django_select2.urls')),`` to your ``urls.py`` * set ``DJANGOCMS_LINK_USE_SELECT2 = True`` in your ``settings.py``