Skip to content

Commit

Permalink
Disabled Textarea description
Browse files Browse the repository at this point in the history
  • Loading branch information
dyohan9 committed Nov 11, 2019
1 parent 1aea8d5 commit fa1d37b
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions bothub/api/v2/repository/serializers.py
Original file line number Diff line number Diff line change
Expand Up @@ -212,9 +212,6 @@ class Meta:
ref_name = None

uuid = serializers.UUIDField(style={"show": False}, read_only=True)
description = TextField(
allow_blank=True, help_text=Repository.DESCRIPTION_HELP_TEXT
)
available_languages = serializers.ReadOnlyField(style={"show": False})
entities_list = serializers.ReadOnlyField(style={"show": False})
labels_list = serializers.ReadOnlyField(style={"show": False})
Expand Down

0 comments on commit fa1d37b

Please sign in to comment.