Skip to content

Commit

Permalink
Tweaked admin support for the IESGHistory table.
Browse files Browse the repository at this point in the history
 - Legacy-Id: 2337
  • Loading branch information
levkowetz committed Jul 16, 2010
1 parent 839ba58 commit a83ebe2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ietf/proceedings/admin.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
from ietf.proceedings.models import *

class IESGHistoryAdmin(admin.ModelAdmin):
pass
raw_id_fields = ["person", ]
admin.site.register(IESGHistory, IESGHistoryAdmin)

class MeetingAdmin(admin.ModelAdmin):
Expand Down

0 comments on commit a83ebe2

Please sign in to comment.