Added a 'meeting' list filter to the admin page for ImportantDate.
- Legacy-Id: 18376
This commit is contained in:
parent
f93270e0f6
commit
0f5d2b290f
|
@ -1,6 +1,6 @@
|
|||
ietfdb (7.14.0) ietf; urgency=medium
|
||||
|
||||
**Updated layout of the new schedule editor, cookie fixes, and yangdoctor notifications**
|
||||
**Updated new schedule editor, cookie fixes, and yangdoctor notifications**
|
||||
|
||||
* Merged in /branch/iola/meeting-improvement-r17835@18048. This provides
|
||||
a new snapshot of the new schedule editor work, with improved edit page
|
||||
|
|
|
@ -176,6 +176,7 @@ admin.site.register(SessionPresentation, SessionPresentationAdmin)
|
|||
|
||||
class ImportantDateAdmin(admin.ModelAdmin):
|
||||
model = ImportantDate
|
||||
list_filter = ['meeting', ]
|
||||
list_display = ['meeting', 'name', 'date']
|
||||
admin.site.register(ImportantDate,ImportantDateAdmin)
|
||||
|
||||
|
|
Loading…
Reference in a new issue