Re: [ANNOUNCE] Django 1.11 alpha 1 released

2017-01-25 Thread Vimarsh Chaturvedi
Hey, I have recently started trying to contribute to Django. Wanted to know how can one help in testing for the final release? Using the new features in small projects or is there a formal procedure for testing? On Wednesday, January 18, 2017 at 6:48:18 AM UTC+5:30, Tim Graham wrote: > > We

Re: PyCharm & tests/runtests.py

2016-12-22 Thread Vimarsh Chaturvedi
Hey Lex, To run the tests in PyCharms I followed the following steps: 1) In Run -> Edit Configurations, I created a new Configuration. 2) In the script field I gave the path to the runtests.py file and gave script parameter as one of the test files since I only wanted to run the tests present

Unable to run tests with git bisect run

2016-12-01 Thread Vimarsh Chaturvedi
Hey folks, This is the first time I'm trying to contribute to Django. I am working on ticket #27554 . In the comments, there was a link posted to "Bisecting the exact commit that introduced the regression

Re: segmentation fault while running test suite and possible bug in documentation.

2016-12-01 Thread Vimarsh Chaturvedi
it > hasn’t been reported in the last few months. > > If you can’t find anything, please report your OS / Python / sqlite > versions. > > Thanks, > > -- > Aymeric. > > PS - I’d love it if you said hello to everyone on this mailing list, and > not just men. Try “he

segmentation fault while running test suite and possible bug in documentation.

2016-12-01 Thread Vimarsh Chaturvedi
Hey guys, My first time posting here. I downloaded the Django source code and I was going through the instructions given in "Writing your first patch for Django" . I am working with Python 2. So, I