Autoslug forces a max_length of 50

Issue #41 new
Steve Kossouho created an issue

Before, I had a AutoSlugField with a length of 100. It worked since 2011 and was taken into account in the migrations file in Django 1.7 and 1.8. Now it does not work anymore, even though I set the max_length to 100 it is ditched and reverted to 50.

Comments (0)

  1. Log in to comment