psycopg2.DataError: invalid input syntax

2019-04-03 Thread omar ahmed
i am getting this error : psycopg2.DataError: invalid input syntax what is the solution ? -- You received this message because you are subscribed to the Google Groups "Django users" group. To unsubscribe from this group and stop receiving emails from it, send an email to django-user

Re: psycopg2.DataError

2012-10-30 Thread Tom Evans
On Tue, Oct 30, 2012 at 6:06 AM, jondbaker wrote: > When I run 'python manage.py validate' the following error is returned: > > psycopg2.DataError: invalid value for parameter "TimeZone": "UTC" > > settings.py > TIME_ZONE = 'America/Denver'

psycopg2.DataError

2012-10-29 Thread jondbaker
When I run 'python manage.py validate' the following error is returned: *psycopg2.DataError: invalid value for parameter "TimeZone": "UTC"* * * settings.py TIME_ZONE = 'America/Denver' USE_TZ = True I'm using Django 1.4.2 with Postgres 9.1/PostGIS on