We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 21aa62a commit c373704Copy full SHA for c373704
1 file changed
eav/models.py
@@ -107,11 +107,11 @@ class Attribute(models.Model):
107
number of children, number of patients, has fever?, etc...
108
109
Each attribute has a name, and a description, along with a slug that must
110
- be unique. If you don't provide a slug, a default slug (derrived from
+ be unique. If you don't provide a slug, a default slug (derived from
111
name), will be created.
112
113
The *required* field is a boolean that indicates whether this EAV attribute
114
- is required for entitys to which it applies. It defaults to *False*.
+ is required for entities to which it applies. It defaults to *False*.
115
116
.. warning::
117
Just like a normal model field that is required, you will not be able
0 commit comments