mirror of
https://github.com/jazzband/django-eav2.git
synced 2026-05-20 13:21:58 +00:00
Some small typo fixes
This commit is contained in:
parent
21aa62a35c
commit
c373704c50
1 changed files with 2 additions and 2 deletions
|
|
@ -107,11 +107,11 @@ class Attribute(models.Model):
|
||||||
number of children, number of patients, has fever?, etc...
|
number of children, number of patients, has fever?, etc...
|
||||||
|
|
||||||
Each attribute has a name, and a description, along with a slug that must
|
Each attribute has a name, and a description, along with a slug that must
|
||||||
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
|
||||||
name), will be created.
|
name), will be created.
|
||||||
|
|
||||||
The *required* field is a boolean that indicates whether this EAV attribute
|
The *required* field is a boolean that indicates whether this EAV attribute
|
||||||
is required for entitys to which it applies. It defaults to *False*.
|
is required for entities to which it applies. It defaults to *False*.
|
||||||
|
|
||||||
.. warning::
|
.. warning::
|
||||||
Just like a normal model field that is required, you will not be able
|
Just like a normal model field that is required, you will not be able
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue