Re: [Error] Mixing Two databases

2012-02-10 Thread Subhodip Biswas
Hi, On Fri, Feb 10, 2012 at 7:27 PM, Dennis Lee Bieber wrote: > On Fri, 10 Feb 2012 09:32:02 +0530, Subhodip Biswas > wrote: > > >         >>I am getting a error like this : >>django.db.utils.DatabaseError: Ordering can't span tables on >>non-relational backends >> >        You don't, by some

Re: [Error] Mixing Two databases

2012-02-09 Thread Subhranath Chunder
You might be using joins in one or more of your MongoDB model declarations. Check with the Meta section of the Mongo models. Infact, if you are trying to span across collections in your non-relational database on purpose, then something basic might be going wrong. On Fri, Feb 10, 2012 at 9:32 AM