I tried editing this line: COMMENT_MAX_LENGTH = getattr(settings, 'COMMENT_MAX_LENGTH', 3000) to this: COMMENT_MAX_LENGTH = getattr(settings, 'COMMENT_MAX_LENGTH', 6000)
and changed the max_length of user_name to 100 but both fields remain with the same maximum size. I tried migrating after the changes but no changes were detected. What is the right approach to increase the maximum length of these fields ? -- You received this message because you are subscribed to the Google Groups "Mezzanine Users" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.
