Re: duplicate key value violates unique constraint "django_admin_log_pkey"

2010-10-14 Thread global...@iamsandiego.com
Jonathan - Thank you - select setval('django_admin_log_id_seq', LASTID+1); - worked ! I can breathe again. On Oct 14, 9:23?am, Jonathan Barratt wrote: > On 14 ?.?. 2010, at 22:24, global...@iamsandiego.com wrote: > > > Hi Folks, > > > After updating a postgres d

duplicate key value violates unique constraint "django_admin_log_pkey"

2010-10-14 Thread global...@iamsandiego.com
Hi Folks, After updating a postgres db for my django app Iam getting this error when I try and save new data to the db: Request Method: POST Request URL:http://10.50.253.200/admin/survey/gps/add/ Django Version: 1.2 beta 1 Exception Type: IntegrityError Exception Value