DatabaseError: value too long for type character varying(100)

后端 未结 11 453
北恋
北恋 2021-01-31 02:37

I have a Django web site running a mini CMS we\'ve built internally years ago, it\'s using postgresql. When saving a simple title and a paragraph of text I get the following err

11条回答
  •  遥遥无期
    2021-01-31 03:05

    If it's not SlugField, FileField, or any other field mentioned here--scroll back to where the migration got stuck in the terminal. For me it was AddField

    Good talk.

提交回复
热议问题