From d0e3a04ac7a4894cb93da6dcb0ab4222c2d6f7e3 Mon Sep 17 00:00:00 2001 From: Jonathan Kim Date: Thu, 30 Jan 2020 10:11:54 +0000 Subject: [PATCH] Update docs --- docs/settings.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/settings.rst b/docs/settings.rst index bd04f28..3059bfd 100644 --- a/docs/settings.rst +++ b/docs/settings.rst @@ -145,7 +145,7 @@ Default: ``False`` ``DJANGO_CHOICE_FIELD_ENUM_V3_NAMING`` -------------------------------------- -Set to ``True`` to use the new naming format for the auto generated Enum types from Django choice fields. The new format looks like this: ``DjangoModel{app_label}{object_name}{field_name}Choices`` +Set to ``True`` to use the new naming format for the auto generated Enum types from Django choice fields. The new format looks like this: ``{app_label}{object_name}{field_name}Choices`` Default: ``False``