Closed mcclory closed 4 years ago
The IconField definition contains a definition for from_db_value as follows:
from_db_value
def from_db_value(self, value, expression, connection, context):
In Django 3.0, this errors out with the error:
TypeError: from_db_value() missing 1 required positional argument: 'context'
Change is pretty quick - will PR in a moment
The IconField definition contains a definition for
from_db_value
as follows:In Django 3.0, this errors out with the error:
Change is pretty quick - will PR in a moment