From 27091f5b4958b4c6b1b27a33eddf1549aca613b5 Mon Sep 17 00:00:00 2001 From: Johannes Hoppe Date: Wed, 3 Feb 2016 19:47:40 +0100 Subject: [PATCH] Fixes #250 -- Adds link to ModelWidgets in quick start guide --- docs/get_started.rst | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/docs/get_started.rst b/docs/get_started.rst index c901018..23bef6a 100644 --- a/docs/get_started.rst +++ b/docs/get_started.rst @@ -18,7 +18,8 @@ Installation 2. Add ``django_select2`` to your ``INSTALLED_APPS`` in your project settings. -3. Add ``django_select`` to your urlconf **if** you use any 'Auto' fields:: +3. Add ``django_select`` to your urlconf **if** you use any +:class:`ModelWidgets <.django_select2.forms.ModelSelect2Mixin>`:: url(r'^select2/', include('django_select2.urls')),