Closed presleyp closed 7 years ago
Trying this code locally, then on staging, then in production.
from actstream.models import Action for activity in Action.objects.all(): if activity.verb == 'is taking action': activity.verb = 'took on' activity.save()
Done on all platforms.
Trying this code locally, then on staging, then in production.