Fixes #250 -- Adds link to ModelWidgets in quick start guide

This commit is contained in:
Johannes Hoppe 2016-02-03 19:47:40 +01:00
parent 8d48887f5c
commit 27091f5b49

View file

@ -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')),