On Tue, Mar 26, 2013 at 1:49 AM, Bharadwaj Desikan <[email protected]>wrote:
> Hi > > I am new to Django Contributors but have quite a good expertise in python.. > > I have assigned ticket https://code.djangoproject.com/ticket/6103 to > myself.. So the current tests are stable for > which Django Release. > > Between which commits I should take diff .. This will help me to summarize > the change at the api side , so that I can rewrite the test. > > Also , please highlight if have to address anything specific in this patch. > > Hi Bharadwaj, Patches should always be made against the current tip of the master git branch. As for what needs to be addressed? What the ticket says -- the examples need to be clarified to make more sense. As an aside, you've possibly selected a bad ticket as your first contribution to Django. A refactoring of models_forms tests is a large task, and one that will require either a lot of trust in the person doing the work, or a lot of intensive review. I would suggest starting with something much smaller, so that you can get to know our coding expectations, and so we can build trust in your abilities. Yours, Russ Magee %-) -- You received this message because you are subscribed to the Google Groups "Django developers" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/django-developers?hl=en. For more options, visit https://groups.google.com/groups/opt_out.
