From 829e3afd259c2af0e106bda1aa2dcb7ab31dd589 Mon Sep 17 00:00:00 2001 From: Jonathan Kim Date: Mon, 17 Jun 2019 17:19:08 +0100 Subject: [PATCH] rst is not markdown --- docs/queries.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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