Skip to content

Commit 75b0c69

Browse files
committed
Update docs
1 parent d98d7d2 commit 75b0c69

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/settings.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -145,7 +145,7 @@ Default: ``False``
145145
``DJANGO_CHOICE_FIELD_ENUM_V3_NAMING``
146146
--------------------------------------
147147

148-
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``
148+
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``
149149

150150
Default: ``False``
151151

0 commit comments

Comments
 (0)