mirror of
https://github.com/Mistake35/Cedar-Django.git
synced 2026-07-17 16:11:14 +10:00
Searching throws an error, would fix it, but nope...
This commit is contained in:
@@ -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', )
|
||||
|
||||
|
||||
Reference in New Issue
Block a user