diff --git a/poll/tasks.py b/poll/tasks.py index 6ad41e2..0a2319d 100644 --- a/poll/tasks.py +++ b/poll/tasks.py @@ -7,7 +7,7 @@ from xmodule.modulestore.django import modulestore # pylint: disable=import-error -@task() +@task(name='poll.tasks.export_csv_data') def export_csv_data(block_id, course_id): """ Exports student answers to all supported questions to a CSV file. diff --git a/setup.py b/setup.py index d2167b8..6f3567a 100644 --- a/setup.py +++ b/setup.py @@ -45,7 +45,7 @@ def package_data(pkg, roots): setup( name='xblock-poll', - version='1.8.6', + version='1.8.7', description='An XBlock for polling users.', packages=[ 'poll',