edit link on the func column in the schedule admin

This commit is contained in:
Ilan Steemers
2015-07-10 11:30:54 +02:00
parent 46c439f909
commit 9f54a52de9
+1
View File
@@ -74,6 +74,7 @@ class ScheduleAdmin(admin.ModelAdmin):
list_filter = ('next_run', 'schedule_type')
search_fields = ('func',)
list_display_links = ('id', 'func')
admin.site.register(Schedule, ScheduleAdmin)