max_length is not defined in migration

Issue #46 new
Fabio Caccamo created an issue

After having added a slug field with max_length = 100 to a model and run manage.py makemigrations, if you open the migration file you can see that max_length is not defined, then the field max_length will be set to 50.

Comments (0)

  1. Log in to comment