Skip to content

Commit

Permalink
Merge pull request #99 from brosner/fix-1
Browse files Browse the repository at this point in the history
added raw_id_fields to EventProcessingException admin
  • Loading branch information
paltman committed Dec 26, 2013
2 parents 58f5fb4 + 125052e commit 55e4f84
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions payments/admin.py
Expand Up @@ -149,6 +149,9 @@ def queryset(self, request, queryset):
"traceback",
"data"
],
raw_id_fields=[
"event"
],
)

admin.site.register(
Expand Down

0 comments on commit 55e4f84

Please sign in to comment.