Skip to content

Commit

Permalink
[DONE] Update admin.py (EsupPortail#965)
Browse files Browse the repository at this point in the history
Remove owner filter in video admin due to long loading in video admin page
  • Loading branch information
ptitloup authored Sep 27, 2023
1 parent e169e6b commit ced16c7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pod/video/admin.py
Original file line number Diff line number Diff line change
Expand Up @@ -131,7 +131,7 @@ class VideoAdmin(admin.ModelAdmin):
"is_draft",
"encoding_in_progress",
EncodedFilter,
"owner",
# "owner",
)
autocomplete_fields = [
"owner",
Expand Down

0 comments on commit ced16c7

Please sign in to comment.