Skip to content

Commit

Permalink
Merge pull request #1065 from thunderstore-io/disable-checksum-search…
Browse files Browse the repository at this point in the history
…-again

Disable checksum search from listing admin list
  • Loading branch information
MythicManiac authored Oct 1, 2024
2 parents 2c6ab97 + 0a1a5bc commit 436db46
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion django/thunderstore/community/admin/package_listing.py
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,6 @@ class PackageListingAdmin(admin.ModelAdmin):
"package__namespace__name",
"package__owner__name",
"package__name",
"package__versions__file_tree__entries__blob__checksum_sha256",
)
list_select_related = (
"package",
Expand Down

0 comments on commit 436db46

Please sign in to comment.