2👍
There is no simple mechanism, but you can always do the following:
-
Create a new
ForeignKey
(say,brand
) -
Copy existing data from
brands
(by slicing the first result since there can be multiple with aManyToMany
relation) tobrand
-
Delete the field
brands
Source:stackexchange.com