Re: multi-db and ForeignKey

2010-01-07 Thread Russell Keith-Magee
On Fri, Jan 8, 2010 at 10:06 AM, Zbigniew Braniecki wrote: > On Jan 8, 1:33 am, Russell Keith-Magee wrote: > >> This is a known limitation, and there are plans to add this - or at >> least, to provide a workaround  - for 1.2 final. There have been some >> recent django-dev discussions if you want

Re: multi-db and ForeignKey

2010-01-07 Thread Zbigniew Braniecki
On Jan 8, 1:33 am, Russell Keith-Magee wrote: > This is a known limitation, and there are plans to add this - or at > least, to provide a workaround  - for 1.2 final. There have been some > recent django-dev discussions if you want to see the state of our > thinking on the problem. The short vers

Re: multi-db and ForeignKey

2010-01-07 Thread Russell Keith-Magee
On Fri, Jan 8, 2010 at 7:58 AM, Zbigniew Braniecki wrote: > I'm experimenting with multi-db and it fits perfectly some major > projects I'm working on. Man, I wish it was in django 1.1! :) Glad you're enjoying it :-) > Anyway, one issue I found that limits the scope of multi-db use is the > Fore

multi-db and ForeignKey

2010-01-07 Thread Zbigniew Braniecki
I'm experimenting with multi-db and it fits perfectly some major projects I'm working on. Man, I wish it was in django 1.1! :) Anyway, one issue I found that limits the scope of multi-db use is the ForeignKey constrain. It seems impossible to create a model that references another model from anoth