SQL does not allow max_length>255 while using unique=Trueso either
you have to minimize the max_length or to remove unique..For more
information just go through the following links
https://groups.google.com/forum/?fromgroups#!topic/django-developers/7fMxLE-h0tQ
https://groups.google.com/for
On Tue, Jun 19, 2012 at 8:17 PM, upmauro wrote:
> Hi all !
>
HI,
>
> When i begin my application i used inspectdb to generate models, after
> this when i try use SYNCDB or SQL
>
> Django raise this exception:
>
> python2.7 manage.py syncdb
>
> Error: One or more models did not validate:
> cor
Hi all !
When i begin my application i used inspectdb to generate models, after this
when i try use SYNCDB or SQL
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"
grea
3 matches
Mail list logo