Skip to content
Snippets Groups Projects
Commit 83a01c08 authored by Ernesto Rico Schmidt's avatar Ernesto Rico Schmidt
Browse files

removed date_hierarchy from ProgramSlotAdmin

parent 00743851
No related branches found
No related tags found
No related merge requests found
......@@ -44,7 +44,6 @@ class TimeSlotInline(admin.TabularInline):
model = TimeSlot
class ProgramSlotAdmin(admin.ModelAdmin):
date_hierarchy = 'dstart'
inlines = (TimeSlotInline,)
list_display = ('show', 'byweekday', 'rrule', 'tstart', 'tend', 'dstart', 'until', 'timeslot_count')
list_filter = ('byweekday', 'rrule', 'is_repetition')
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment