Re: on update foreign key django edit doesn't work

2013-10-14 Thread Harjot Mann
On Mon, Oct 14, 2013 at 5:56 PM, Mirza Delic wrote: > I did manualy on db "ON UPDATE CASCADE", and when i update foreign key on db > side it works, but when i try to change on django, it shows me error "list > index out of range". > How can i solve this? Can you please show the code? -- Harjot

on update foreign key django edit doesn't work

2013-10-14 Thread Mirza Delic
I did manualy on db "ON UPDATE CASCADE", and when i update foreign key on db side it works, but when i try to change on django, it shows me error "list index out of range". How can i solve this? -- You received this message because you are subscribed to the Google Groups "Django users" group.