Searching throws an error, would fix it, but nope...

This commit is contained in:
some weird guy
2023-10-03 07:57:21 -07:00
parent 0160af75cc
commit d49ce565ee
-1
View File
@@ -108,7 +108,6 @@ class ProfileAdmin(admin.ModelAdmin):
class CommunityFavoriteAdmin(admin.ModelAdmin):
raw_id_fields = ('by', 'community',)
search_fields = ('by__username', 'community', )
list_display = ('created', 'by', 'community', )
list_filter = ('created', )