Skip to content

Commit 0f5d2b2

Browse files
committed
Added a 'meeting' list filter to the admin page for ImportantDate.
- Legacy-Id: 18376
1 parent f93270e commit 0f5d2b2

2 files changed

Lines changed: 2 additions & 1 deletion

File tree

changelog

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
ietfdb (7.14.0) ietf; urgency=medium
22

3-
**Updated layout of the new schedule editor, cookie fixes, and yangdoctor notifications**
3+
**Updated new schedule editor, cookie fixes, and yangdoctor notifications**
44

55
* Merged in /branch/iola/meeting-improvement-r17835@18048. This provides
66
a new snapshot of the new schedule editor work, with improved edit page

ietf/meeting/admin.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -176,6 +176,7 @@ class SessionPresentationAdmin(admin.ModelAdmin):
176176

177177
class ImportantDateAdmin(admin.ModelAdmin):
178178
model = ImportantDate
179+
list_filter = ['meeting', ]
179180
list_display = ['meeting', 'name', 'date']
180181
admin.site.register(ImportantDate,ImportantDateAdmin)
181182

0 commit comments

Comments
 (0)