From 90fbf7422f1acaba1bffe9f1fba031a59a7d8ab0 Mon Sep 17 00:00:00 2001 From: Johannes Hoppe Date: Wed, 10 Jan 2018 18:19:13 +0100 Subject: [PATCH] Fix #451 -- Remove none ASCII char --- README.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.rst b/README.rst index fc2fc4d..a33abf6 100644 --- a/README.rst +++ b/README.rst @@ -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