python manage.py makemigrations error

Issue #3 new
Jonathan Bennett created an issue

I am attempting to use django-pronouns in a project and I'm getting the following errors attempting to set up django.

django_pronouns.Pronoun.name: (fields.E121) 'max_length' must be a positive integer.
django_pronouns.Pronoun.object: (fields.E121) 'max_length' must be a positive integer.
django_pronouns.Pronoun.possessive_determiner: (fields.E121) 'max_length' must be a positive integer.
django_pronouns.Pronoun.possessive_pronoun: (fields.E121) 'max_length' must be a positive integer.
django_pronouns.Pronoun.reflexive: (fields.E121) 'max_length' must be a positive integer.
django_pronouns.Pronoun.subject: (fields.E121) 'max_length' must be a positive integer.

Comments (0)

  1. Log in to comment