We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9e86b87 commit 4dc0a2aCopy full SHA for 4dc0a2a
README.rst
@@ -44,7 +44,8 @@ Important Warning about Time Zones
44
45
>>> from django_celery_beat.models import PeriodicTask, PeriodicTasks
46
>>> PeriodicTask.objects.all().update(last_run_at=None)
47
- >>> PeriodicTasks.changed()
+ >>> for task in PeriodicTask.objects.all():
48
+ >>> PeriodicTasks.changed(task)
49
50
Note that this will reset the state as if the periodic tasks have never run
51
before.
0 commit comments