diff --git a/README.rst b/README.rst index e63a3f8..d70dc1f 100644 --- a/README.rst +++ b/README.rst @@ -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)