Merge pull request #24487 from edx/BOM-1890-fixing-dj-warnings
Django3.0 warnings fix
This commit is contained in:
@@ -23,5 +23,5 @@ class CreatorMixin(object):
|
||||
super(CreatorMixin, self).contribute_to_class(cls, name, *args, **kwargs)
|
||||
setattr(cls, name, Creator(self))
|
||||
|
||||
def from_db_value(self, value, expression, connection, context):
|
||||
def from_db_value(self, value, expression, connection):
|
||||
return self.to_python(value)
|
||||
|
||||
Reference in New Issue
Block a user