mirror of
https://github.com/Hopiu/django-select2.git
synced 2026-04-28 00:44:44 +00:00
Minor format typo
This commit is contained in:
parent
5004b79c85
commit
3b8ba099a3
1 changed files with 1 additions and 1 deletions
|
|
@ -120,7 +120,7 @@ class ModelResultJsonMixin(object):
|
|||
It is expected that sub-classes will defined a class field variable
|
||||
``search_fields``, which should be a list of field names to search for.
|
||||
|
||||
..note:: As of version 3.1.3, ``search_fields`` is optional if sub-class
|
||||
.. note:: As of version 3.1.3, ``search_fields`` is optional if sub-class
|
||||
overrides ``get_results``.
|
||||
"""
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue