diff --git a/docs/queries.rst b/docs/queries.rst index fe67a9d..7aff572 100644 --- a/docs/queries.rst +++ b/docs/queries.rst @@ -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