We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 79e3055 commit 5ddc402Copy full SHA for 5ddc402
content/developer/howtos/backend.rst
@@ -152,7 +152,7 @@ Common Attributes
152
Much like the model itself, its fields can be configured, by passing
153
configuration attributes as parameters::
154
155
- name = field.Char(required=True)
+ name = fields.Char(required=True)
156
157
Some attributes are available on all fields, here are the most common ones:
158
0 commit comments