mirror of
https://github.com/Hopiu/django-select2.git
synced 2026-03-16 21:40:23 +00:00
Fix #451 -- Remove none ASCII char
This commit is contained in:
parent
f6d5afe51d
commit
90fbf7422f
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue