mirror of
https://github.com/ansible/awx.git
synced 2026-03-26 13:25:02 -02:30
Use consistent description types
This commit is contained in:
@@ -98,8 +98,7 @@ class OAuth2AccessToken(AbstractAccessToken):
|
||||
related_name="%(app_label)s_%(class)s",
|
||||
help_text=_('The user representing the token owner')
|
||||
)
|
||||
description = models.CharField(
|
||||
max_length=200,
|
||||
description = models.TextField(
|
||||
default='',
|
||||
blank=True,
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user