Compare commits

...

1 Commits

Author SHA1 Message Date
Altela Eleviansyah Pramardhika
1ba1343611 [FIX] Fixed typo in field to fields
X-original-commit: 1b2fbd0264
2022-05-19 14:37:25 +02:00

View File

@@ -152,7 +152,7 @@ Common Attributes
Much like the model itself, its fields can be configured, by passing
configuration attributes as parameters::
name = field.Char(required=True)
name = fields.Char(required=True)
Some attributes are available on all fields, here are the most common ones: