Skip to content

Commit

Permalink
[Backend] Allow searching challenge phase split using challenge (#4081)
Browse files Browse the repository at this point in the history
Co-authored-by: Gunjan Chhablani <[email protected]>
  • Loading branch information
Suryansh5545 and gchhablani committed Aug 9, 2023
1 parent 4c04959 commit e3f83d7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions apps/challenges/admin.py
Original file line number Diff line number Diff line change
Expand Up @@ -269,6 +269,7 @@ class ChallengePhaseSplitAdmin(ImportExportTimeStampedAdmin):
list_filter = ("visibility",)
search_fields = (
"id",
"challenge_phase__challenge__title",
"challenge_phase__name",
"dataset_split__name",
"leaderboard__id",
Expand Down

0 comments on commit e3f83d7

Please sign in to comment.