You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We need to update this module for future Django release to fix this warning:
RemovedInDjango110Warning: SubfieldBase has been deprecated. Use Field.from_db_value instead.
class JSONField(six.with_metaclass(models.SubfieldBase, models.Field)):