elim datetime

This commit is contained in:
Gregory Martin
2017-05-15 16:49:59 -04:00
parent 0a4931ec5d
commit 70b83f9f20

View File

@@ -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
]
)