Hi all !
When i begin my application i used inspectdb to generate models, after this when i try use SYNCDB or SQL <APPNAME>
Django raise this exception:
python2.7 manage.py syncdb
Error: One or more models did not validate:
core.djangocontenttype: "app_label": CharField cannot have a "max_length" greater than 255 when using "unique=True".
core.djangocontenttype: "model": CharField cannot have a "max_length" greater than 255 when using "unique=True".
core.authpermission: "codename": CharField cannot have a "max_length" greater than 255 when using "unique=True".
core.sessions: "session_id": CharField cannot have a "max_length" greater than 255 when using "unique=True".