Re: Additional column in Queryset with condition

2020-05-23 Thread Saurabh Adhikary
Hey Adam, Thanks for your reply. While writing this code I have found a bug . I shall start a new thread for that then. Thanks , Saurabh On Sat, May 23, 2020, 8:11 PM Adam Johnson wrote: > Hi! > > I think you've found the wrong mailing list for this post. This mailing > list is for discussi

Re: Additional column in Queryset with condition

2020-05-23 Thread Adam Johnson
Hi! I think you've found the wrong mailing list for this post. This mailing list is for discussing the development of Django itself, not for support using Django. This means the discussions of bugs and features in Django itself, rather than in your code using it. People on this list are unlikely t

Additional column in Queryset with condition

2020-05-23 Thread Saurabh Adhikary
Hello , I need some advice / tips. I am in a fix. I have 2 databases & I want to join 2 tables of that. *As we know the foreign key concept with 2 separate databases is not possible. * Basically what I want is to add a custom column to a queryset and pass the *current row.name