Ircam-WAM / mezzanine-organization

Organization module for the Mezzo CMS
GNU Affero General Public License v3.0
2 stars 0 forks source link

ProjectTopic's __str__() #1

Closed raphaelyancey closed 6 years ago

raphaelyancey commented 6 years ago

Line 130, is the parent name - topic key form voluntary? Shouldn't it be more consistent like parent name - topic name or parent key - topic key ?

https://github.com/Ircam-Web/mezzanine-organization/blob/f55791492f35f4a4d923a095400ce04674f050e8/organization/projects/models.py#L118-L132

yomguy commented 6 years ago

You are right, the current schema is not recursively consistent. Let's use object.name only.