rst is not markdown

This commit is contained in:
Jonathan Kim 2019-06-17 17:19:08 +01:00
parent 488ff0119b
commit 829e3afd25

View File

@ -153,8 +153,8 @@ automatically converted into enums:
model = PetModel
convert_choices_to_enum = ['kind']
**Note:** Setting ``convert_choices_to_enum`` to an empty list is the same as
setting it to `False`.
**Note:** Setting ``convert_choices_to_enum = []`` is the same as setting it to
``False``.
Related models