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
https://readthedocs.org/projects/django-autoslug/
GNU Lesser General Public License v3.0
295 stars 105 forks source link

How to increase maximum length of AutoSlug field #59

Closed subhajeet2107 closed 5 years ago

subhajeet2107 commented 5 years ago

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 ?