Closed ajaff closed 5 years ago
I was able to get around it for now by changing max_length=4 to max_length=6 in migration 0031.
Hey @ajaff, that's strange. The currency codes that are in use should be no longer than 3 characters. Also max_length
was 4 even before that migration, so it's even stranger. Too bad it doesn't say what value is too long.
Hi @ajaff and @bogdanpetrea, it causes by binary strings as default value for CharField.
I uncluded fix for this issue in #646 PR.
Here is concrete commit: https://github.com/silverapp/silver/pull/646/commits/0bbb0542ebd577213914bcbf8b76f185a3bdec1f
Hi,
I am new to using Silver - I just downloaded the silver app and tried to run the migration however I am receiving the below error.
Django 2.1.3 PostgreSQL 11.2