mirror of
https://github.com/ansible/awx.git
synced 2026-03-05 02:31:03 -03:30
more consistent representations of model objects
This commit is contained in:
@@ -80,9 +80,6 @@ class Organization(CommonModel, NotificationFieldsModel, ResourceMixin, CustomVi
|
||||
def get_absolute_url(self, request=None):
|
||||
return reverse('api:organization_detail', kwargs={'pk': self.pk}, request=request)
|
||||
|
||||
def __unicode__(self):
|
||||
return self.name
|
||||
|
||||
|
||||
class Team(CommonModelNameNotUnique, ResourceMixin):
|
||||
'''
|
||||
|
||||
Reference in New Issue
Block a user