mirror of
https://github.com/jazzband/django-eav2.git
synced 2026-04-17 21:51:01 +00:00
Fixed doctest
This commit is contained in:
parent
39a1c95920
commit
3de8d13b7d
1 changed files with 1 additions and 1 deletions
|
|
@ -129,7 +129,7 @@ class Attribute(models.Model):
|
|||
Examples:
|
||||
|
||||
>>> Attribute.objects.create(name='Height', datatype=Attribute.TYPE_INT)
|
||||
<Attribute: Height (Float)>
|
||||
<Attribute: Height (Integer)>
|
||||
|
||||
>>> Attribute.objects.create(name='Color', datatype=Attribute.TYPE_TEXT)
|
||||
<Attribute: Color (Text)>
|
||||
|
|
|
|||
Loading…
Reference in a new issue