AutoSlugField for Django. Supports (but not does not require) unidecode/pytils for transliteration. Old issue tracker is at Bitbucket: https://bitbucket.org/neithere/django-autoslug/issues
I have tried adding max_length=255 to AutoSlugField but it is not getting reflected in forms, still getting a fixed length of 50, makemigrations then migrate is not applying new value, how to fix ?
I have tried adding max_length=255 to AutoSlugField but it is not getting reflected in forms, still getting a fixed length of 50, makemigrations then migrate is not applying new value, how to fix ?