Skip to content

Commit

Permalink
Revert "Show slug on AddonsConfigAdmin (#11974)" (#11981)
Browse files Browse the repository at this point in the history
This reverts commit 9b1e784.

Not sure why this broke..
  • Loading branch information
ericholscher authored Feb 5, 2025
1 parent 53d26b1 commit 3916a53
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion readthedocs/projects/admin.py
Original file line number Diff line number Diff line change
Expand Up @@ -472,7 +472,7 @@ class EnvironmentVariableAdmin(admin.ModelAdmin):
class AddonsConfigAdmin(admin.ModelAdmin):
model = AddonsConfig
raw_id_fields = ("project", "options_base_version")
list_display = ("project", "project__slug", "enabled")
list_display = ("project", "enabled")
search_fields = ("project__slug",)
list_editable = ("enabled",)

Expand Down

0 comments on commit 3916a53

Please sign in to comment.