From 70b83f9f20c4ea46e81eb36f29c7d79bf7ef3f41 Mon Sep 17 00:00:00 2001 From: Gregory Martin Date: Mon, 15 May 2017 16:49:59 -0400 Subject: [PATCH] elim datetime --- cms/djangoapps/contentstore/signals.py | 1 - 1 file changed, 1 deletion(-) diff --git a/cms/djangoapps/contentstore/signals.py b/cms/djangoapps/contentstore/signals.py index 57448c6e2e..cf0806614e 100644 --- a/cms/djangoapps/contentstore/signals.py +++ b/cms/djangoapps/contentstore/signals.py @@ -24,7 +24,6 @@ GRADING_POLICY_CHANGED = Signal( providing_args=[ 'user_id', # Integer User ID 'course_id', # Unicode string representing the course - 'modified' # A datetime indicating when the signal was fired ] )