Re: error saving in admin after migrating a .90 site to postgresql8.3.x

2009-05-11 Thread Kenneth Gonsalves
On Monday 11 May 2009 20:09:03 Karen Tracey wrote: > This was a PostgreSQL change  with 8.3 that required modifying Django code > to account for the new behavior.  See: > > http://code.djangoproject.com/ticket/6523 yes - this is it. I 'solved' the problem by removing the unique_together constrai

Re: error saving in admin after migrating a .90 site to postgresql8.3.x

2009-05-11 Thread Karen Tracey
On Mon, May 11, 2009 at 3:16 AM, Kenneth Gonsalves wrote: > > hi, > > I know .90 is not supported, but if any old hand could help me out I will > be > grateful. I migrated an old .90 site to postgres8.3, python2.5. No > problems, > it worked. Only in one model I am unable to save or modify in admi