Re: Vendoring Select2

2017-12-16 Thread Mithlesh Kumar
Hi, I'm very new to Open Source. I like to contribute to `Django`. How can I do so ? Thanks Mithlesh K -- You received this message because you are subscribed to the Google Groups "Django developers (Contributions to Django itself)" group. To unsubscribe from this group and stop receiv

Re: Vendoring Select2

2017-12-17 Thread Mithlesh Kumar
Thanks a lot, Dylan !. Mithlesh K On Sunday, December 17, 2017 at 8:41:06 AM UTC+5:30, Dylan Reinhold wrote: > > Mithlesh, > The django project web sites has a page about how to contribute : > https://code.djangoproject.com/#Gettinginvolved > > > On Sat, Dec 16, 2017 at 5:

Re: Provide option to chain QuerySet.order_by()

2017-12-19 Thread Mithlesh Kumar
> > Can you please tell me where the issues of django are in GitHub ? > Thanks Mithlesh K -- You received this message because you are subscribed to the Google Groups "Django developers (Contributions to Django itself)" group. To unsubscribe from this group and stop receiving emails from it

Re: Provide option to chain QuerySet.order_by()

2017-12-19 Thread Mithlesh Kumar
Thanks, Adam! On Tuesday, December 12, 2017 at 2:40:11 AM UTC+5:30, Markus Holtermann wrote: > > Hi all, > > I'm in the situation where I'd like to join two .order_by() calls on a > QuerySet without losing the ordering set by the first call. > > This was formerly discussed in https://code.django