mirror of
https://github.com/django-q2/django-q2.git
synced 2026-09-15 13:37:56 +08:00
fixed regression of task link in schedule admin
This commit is contained in:
@@ -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'
|
||||
|
||||
Reference in New Issue
Block a user