diff --git a/content/developer/howtos/rdtraining/04_basicmodel.rst b/content/developer/howtos/rdtraining/04_basicmodel.rst index c876a75db..0046b259f 100644 --- a/content/developer/howtos/rdtraining/04_basicmodel.rst +++ b/content/developer/howtos/rdtraining/04_basicmodel.rst @@ -231,7 +231,7 @@ Common Attributes Much like the model itself, 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: