Re: Strange happenings with fkey-linked models and AddManipulator

2006-07-24 Thread James Bennett
On 7/24/06, Michael Radziej <[EMAIL PROTECTED]> wrote: > Probably, this is more a question for the user list. Actually, after around sixteen hours of off and on fiddling with things via IRC, I suggested she ticket it and post here to see if any of the rapid-fire Django bug squashing team at OSCON

Re: Strange happenings with fkey-linked models and AddManipulator

2006-07-24 Thread Michael Radziej
Hi Aurynn, Aurynn wrote: > Hi there, I'm getting some very odd behaviour when trying to use > unique_together, foreign keys, and AddManipulator() all together on > some of my models. > > http://rafb.net/paste/results/kIEaT886.html - Company model > http://rafb.net/paste/results/V3XUxE96.html - N

Strange happenings with fkey-linked models and AddManipulator

2006-07-24 Thread Aurynn
Hi there, I'm getting some very odd behaviour when trying to use unique_together, foreign keys, and AddManipulator() all together on some of my models. http://rafb.net/paste/results/kIEaT886.html - Company model http://rafb.net/paste/results/V3XUxE96.html - Notes model These are the models I'm u