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
Today, the refer field inside the DynamicField is a CharField, they must to be a relation with django.contrib.contenttypes.models.ContentType, according to Django Docs.
Today, the
referfield inside theDynamicFieldis aCharField, they must to be a relation withdjango.contrib.contenttypes.models.ContentType, according to Django Docs.