Update docs

This commit is contained in:
Jonathan Kim 2020-01-30 10:11:54 +00:00
parent e2083594d9
commit d0e3a04ac7

View File

@ -145,7 +145,7 @@ Default: ``False``
``DJANGO_CHOICE_FIELD_ENUM_V3_NAMING`` ``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`` Default: ``False``