Fix #451 -- Remove none ASCII char

This commit is contained in:
Johannes Hoppe 2018-01-10 18:19:13 +01:00 committed by GitHub
parent f6d5afe51d
commit 90fbf7422f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -19,7 +19,7 @@ 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 "Auto" fields.
.. code:: python