Part of lp.registry.interfaces.person View In Hierarchy
Person
team name, which is unique and performs psuedo blacklisting.
If the team name is not unique, and the clash is with a private team, return the blacklist message. Also return the blacklist message if the private prefix is used but the user is not privileged to create private teams.
Method | _content_iface | Return the interface this field belongs to. |
Method | _getByName | Return a Person by looking up their name. |
Method | _validate | See UniqueField . |
Inherited from ContentNameField (via BlacklistableContentNameField):
Method | _getByAttribute | Return the content object with the given attribute. |
Inherited from UniqueField (via BlacklistableContentNameField, ContentNameField):
Method | unchanged | Return True if the attribute on the object is unchanged. |
Method | _isValueTaken | Returns true if and only if the specified value is already taken. |