Re: New to Open Source Contribution Need Help With Setting Up Environment For Channels to Reproduce Issues After Cloning From Git

2019-11-28 Thread Adam Johnson
Hi Suvodeep, Did you see this documentation page? https://channels.readthedocs.io/en/latest/contributing.html If you use the command: pip install -e . You can install your cloned channels copy in a virtual environment and use that as normal in a channels app. Afraid I haven't worked on it myse

Re: Adding custom join support to Django

2019-11-28 Thread Alexandr Artemyev
I tried to describe my case with custom joins in django issue tracker. I hope that I described it quite clearly. And that was helpful. I would especially like to note that https://stackoverflow.com/questions/22902263/django-orm-joining-subquery/42816689#42816689 this solution completely suited m