diff --git a/eav/models.py b/eav/models.py index 3948ab4..e5c7f3b 100644 --- a/eav/models.py +++ b/eav/models.py @@ -533,7 +533,7 @@ class Entity(object): This would allow you to do: - >>> for i in m.eav: print i + \>\>\> for i in m.eav: print i ''' return iter(self.get_values())