Introduction

2019-05-08 Thread Ruchit Vithani
Hello developers! My name is Ruchit Vithani and I am a student at DA-IICT, Gandhinagar in India. I'm familiar with open source and I've also contributed to some projects. I'd love to be a part of this awesome community and would like to contribute. I've read the cont

Re: Introduction

2019-05-08 Thread Ruchit Vithani
t; and > we'll see if we can get you going. > > Good luck. Have fun! > > Carlton > > On Wednesday, 8 May 2019 13:59:36 UTC+2, Ruchit Vithani wrote: >> >> Hello developers! My name is Ruchit Vithani and I am a student at >> DA-IICT, Gandhinagar in India.

Re: Introduction

2019-05-11 Thread Ruchit Vithani
I have following queries regarding tickets on Trac. In many of the tickets, some people comment `Regression in` and `Reproduced at`, and both of them link to some commit on GitHub. I could not understand what these links specify. I read this

Re: Introduction

2019-05-11 Thread Ruchit Vithani
Thanks, Tobias, for a wonderful explanation. I sure will try to add documentation about 'Reproduced at:' in triaging workflow. But currently, I've claimed one easy picking ticket, so once I finish work on that, I'll come on to this documentation :) -- You received this message because you are

Re: Introduction

2019-05-13 Thread Ruchit Vithani
I'm working now on ticket #30463 , and I've figured out what the problem is. Here, when self._meta_ordering is called, it returns instances of OrderBy type and, when .join is called on that list, it throws an error saying: expected str instance but O

Re: Introduction

2019-05-14 Thread Ruchit Vithani
I'm taking about this <https://dpaste.de/XYTB ,> requirements, which are described in the documentation. On Tuesday, May 14, 2019 at 6:09:34 PM UTC+5:30, Ruchit Vithani wrote: > > I've already installed requirements for tests. Before this, there was a > module `tests`

Re: Introduction

2019-05-14 Thread Ruchit Vithani
I've already installed requirements for tests. Before this, there was a module `tests` which wasn't present, and I installed it using `pip3 install tests`. This is the second module, which is not found. Am I missing something? This is a link to traceback: https://dpaste.de/XYTB -- You receive

Re: Introduction

2019-05-14 Thread Ruchit Vithani
Hey Adam! I'm running tests same way as in that documentation. In tests directory, I used `python -m pip install -r requirements/py3.txt` and then ` ./runtests.py`. I tried this again, but output is same. -- You received this message because you are subscribed to the Google Groups "Django dev