Skip to content

Commit

Permalink
remove builds from architecture create form
Browse files Browse the repository at this point in the history
  • Loading branch information
mreid-tt committed Jan 5, 2024
1 parent bd613dc commit 2349b5d
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions spkrepo/views/admin.py
Original file line number Diff line number Diff line change
Expand Up @@ -104,6 +104,9 @@ def is_accessible(self):

can_delete = False

# Form
excluded_form_columns = "builds"


class FirmwareView(ModelView):
"""View for :class:`~spkrepo.models.Firmware`"""
Expand Down

0 comments on commit 2349b5d

Please sign in to comment.