Hi carl,
I have file a ticket for this.
For details please find it on http://code.djangoproject.com/ticket/15568
Thanks,
Rahul Priyadarshi
On Mar 5, 9:27 am, Carl Meyer wrote:
> On Mar 4, 5:55 am, Rahul wrote:
>
>
>
> > When i ran test cases of multiple_databases model of regressiontests
> > t
On Mar 4, 5:55 am, Rahul wrote:
> When i ran test cases of multiple_databases model of regressiontests
> then "test_generic_key_deletion" test case gave Error at the point
> where it was trying to create Review object using "other" db,
> but when i ran "test_generic_key_deletion" test case only
When i ran test cases of multiple_databases model of regressiontests
then "test_generic_key_deletion" test case gave Error at the point
where it was trying to create Review object using "other" db,
but when i ran "test_generic_key_deletion" test case only then it
passed perfectly.
When i narrowed