Skip to content Skip to sidebar Skip to footer

Django Incorrect Integer Value: 'true' For Column 'is_superuser' At Row 1

I've used django-simple-history library to implement history tracking in one of my Django project and it worked fine until I started to make changes in my project to move it to Goo

Solution 1:

As far i know Google cloud was supporting Django version 1.4, it could be reason, After Django 1.5 boolean fields changed to true/false instead of 0, 1.

I would suggest you to change your local django version to 1.4 and try.

Post a Comment for "Django Incorrect Integer Value: 'true' For Column 'is_superuser' At Row 1"