diff -r 421fb447ecb2 -r deb13e88e037 entities/__init__.py --- a/entities/__init__.py Thu Oct 15 18:43:04 2009 +0200 +++ b/entities/__init__.py Thu Oct 15 20:29:21 2009 +0200 @@ -63,7 +63,7 @@ def dc_description(self, format='text/plain'): """return a suitable description for this entity""" - if self.e_schema.has_subject_relation('description'): + if 'description' in self.e_schema.subjrels: return self.printable_value('description', format=format) return u''