Re: Bugfix contributing

2013-07-02 Thread Marc Tamlyn
Please open a ticket and the corresponding pull request. You may wish to read https://docs.djangoproject.com/en/dev/internals/contributing/ Marc On 2 July 2013 11:54, Денис Катаев wrote: > Hi Everyone! I've found a django bug without a ticket in model_formset. > I fork a github repo and commit

Re: Bugfix contributing

2013-07-02 Thread Angus Turner
Pull requests are acceptable, however you'd be wise to submit a ticket to trac , so it doesn't get lost. Thanks Angus Turner angusisf...@gmail.com On Tue, Jul 2, 2013 at 8:54 PM, Денис Катаев wrote: > Hi Everyone! I've found a django bug without a tick

Bugfix contributing

2013-07-02 Thread Денис Катаев
Hi Everyone! I've found a django bug without a ticket in model_formset. I fork a github repo and committed some changes https://github.com/kataev/django/compare/django:master...master Tell me please, are there any valid workflows over contibuting in fixing this bug? Can I send a pull request? --