Skip to content
Snippets Groups Projects
Verified Commit dd413d4f authored by Konrad Mohrfeldt's avatar Konrad Mohrfeldt :koala: Committed by Ernesto Rico Schmidt
Browse files

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: default avatarErnesto Rico Schmidt <ernesto@helsinki.at>
parent 1ee18b9e
No related branches found
No related tags found
No related merge requests found
Pipeline #3079 passed
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment