Skip to content

Commit

Permalink
Add email as a search field in admin
Browse files Browse the repository at this point in the history
  • Loading branch information
paltman committed Jan 5, 2012
1 parent b6c8e0e commit d28cfa9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pinax/apps/waitinglist/admin.py
Expand Up @@ -5,6 +5,7 @@

class WaitingListEntryAdmin(admin.ModelAdmin):
list_display = ["email", "created"]
search_fields = ["email"]


admin.site.register(WaitingListEntry, WaitingListEntryAdmin)

0 comments on commit d28cfa9

Please sign in to comment.