fixed regression of task link in schedule admin

This commit is contained in:
Ilan Steemers
2015-07-08 22:41:29 +02:00
parent 0413a2e65a
commit d2515d99e0

View File

@@ -141,6 +141,7 @@ class Schedule(models.Model):
return self.func
success.boolean = True
last_run.allow_tags = True
class Meta:
app_label = 'django_q'