Skip to content

Commit 7cfab0c

Browse files
authored
[FW][FIX] developer/howtos: Fixed typo from field to fields
closes #2032 Forward-port-of: #2023 Signed-off-by: Antoine Vandevenne (anv) <[email protected]>
1 parent fa3d5bf commit 7cfab0c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

content/developer/howtos/backend.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -152,7 +152,7 @@ Common Attributes
152152
Much like the model itself, its fields can be configured, by passing
153153
configuration attributes as parameters::
154154

155-
name = field.Char(required=True)
155+
name = fields.Char(required=True)
156156

157157
Some attributes are available on all fields, here are the most common ones:
158158

0 commit comments

Comments
 (0)