-
- Downloads
fix: don’t convert VersatileImageField to ForeignKey
The image attributes on our models were using VersatileImageField before
our migration to a separate image model. VersatileImageField uses a
VARCHAR field internally that cannot be converted to a ForeignKey.
Signed-off-by:
Ernesto Rico Schmidt <ernesto@helsinki.at>
Showing
- program/migrations/0048_auto_20230403_2228.py 2 additions, 1 deletionprogram/migrations/0048_auto_20230403_2228.py
- program/migrations/0049_auto_20230404_0020.py 22 additions, 17 deletionsprogram/migrations/0049_auto_20230404_0020.py
- program/migrations/0050_auto_20230404_0037.py 22 additions, 17 deletionsprogram/migrations/0050_auto_20230404_0037.py
Loading
Please register or sign in to comment