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
the features field is a MultiSelectField which uses CharField to store data in db, convert the data to a list of integers and store as ArrayField[SmallIntegerField],
create necessary migrations.
The text was updated successfully, but these errors were encountered:
the
features
field is aMultiSelectField
which usesCharField
to store data in db, convert the data to a list of integers and store asArrayField[SmallIntegerField]
,create necessary migrations.
The text was updated successfully, but these errors were encountered: