mirror of
https://github.com/jazzband/django-eav2.git
synced 2026-03-16 22:40:26 +00:00
Corrected test
This commit is contained in:
parent
1ac549409a
commit
7a2fd8bfa1
1 changed files with 1 additions and 1 deletions
|
|
@ -64,7 +64,7 @@ class EnumValue(models.Model):
|
|||
>>> ynu = EnumGroup.objects.create(name='Yes / No / Unkown')
|
||||
>>> ynu.enums.add(yes, no, unkown)
|
||||
|
||||
>>> Atrribute.objects.create(name='Has Fever?',
|
||||
>>> Attribute.objects.create(name='Has Fever?',
|
||||
... datatype=Attribute.TYPE_ENUM,
|
||||
... enum_group=ynu)
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue