justinmayer / django-autoslug

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

Home Page:https://readthedocs.org/projects/django-autoslug/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

How to increase maximum length of AutoSlug field

subhajeet2107 opened this issue · comments

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 ?