Adds DeletableByUserValue to CourseEnrollmentAllowed model.

This commit is contained in:
sandroroux
2018-04-18 15:17:34 -04:00
parent 1974b9a449
commit 5b9d347317
3 changed files with 41 additions and 3 deletions

View File

@@ -17,7 +17,7 @@ class DeprecatedModelMixin(object):
class DeletableByUserValue(object):
"""
This mixin allows inheriting models to delete instances of the model
associated with some user.
associated with some specified user.
"""
@classmethod