Readme tweak

This commit is contained in:
David Gelvin 2010-09-28 16:44:14 +03:00
parent d669a6fdaa
commit f889f89dcb

View file

@ -39,7 +39,6 @@ model with eav::
Create some attributes
~~~~~~~~~~~~~~~~~~~~~~
::
>>> from eav.models import Attribute
>>> Attribute.objects.create(name='Weight', datatype=Attribute.TYPE_FLOAT)
@ -64,7 +63,6 @@ Assign eav values
Filter on eav values
~~~~~~~~~~~~~~~~~~~~
::
>>> MyModel.objects.filter(eav__weight=15.4)