Skip to content

Commit cbb62e1

Browse files
committed
Sane introspection
1 parent 427667b commit cbb62e1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

oauth2_provider/models.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,7 @@ def get_absolute_url(self):
103103
return reverse('oauth2_provider:detail', args=[str(self.id)])
104104

105105
def __str__(self):
106-
return self.client_id
106+
return self.name
107107

108108

109109
class Application(AbstractApplication):

0 commit comments

Comments
 (0)