Skip to content

Commit

Permalink
Backend: Fix field error of invalid lookup icontains in challenge admin(
Browse files Browse the repository at this point in the history
  • Loading branch information
Sanji515 authored and RishabhJain2018 committed Jul 16, 2019
1 parent 1f8c533 commit 0778147
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/challenges/admin.py
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ class ChallengeAdmin(ImportExportTimeStampedAdmin):
"start_date",
"end_date",
)
search_fields = ("title", "creator", "creator__team_name", "slug")
search_fields = ("title", "creator__team_name", "slug")


@admin.register(ChallengeConfiguration)
Expand Down

0 comments on commit 0778147

Please sign in to comment.