Skip to content

Commit

Permalink
DOCS: wrong reference link
Browse files Browse the repository at this point in the history
  • Loading branch information
nicozanf committed Jun 14, 2024
1 parent dfd19fb commit 678ba27
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/chapter-12.rst
Original file line number Diff line number Diff line change
Expand Up @@ -1122,7 +1122,7 @@ To keep the options alphabetically sorted by their labels into the drop down lis
^^^^^^^^^^^^^^^^^^^^^^^^^

The ``IS_IN_SET`` validator has an optional attribute ``multiple=False``. If set to True, multiple values can be stored in one
field. The field should be of type ``list:integer`` or ``list:string`` as discussed in [[Chapter 6 ../06#list-type-and-contains]].
field. The field should be of type ``list:integer`` or ``list:string`` as discussed in :ref:`list_type and contains`.
An explicit example of tagging is discussed there. We strongly suggest using the jQuery multiselect plugin to render multiple fields.

**Note** that when ``multiple=True``, ``IS_IN_SET`` will accept zero or more values, i.e. it will accept the field when nothing has been selected.
Expand Down

0 comments on commit 678ba27

Please sign in to comment.