Re: GSOC 2015: Improving the less popular database backends

2015-03-22 Thread Yichun Duan
Got it. Thanks. 在 2015年3月23日星期一 UTC+8上午7:22:30,Russell Keith-Magee写道: > > Hi Yichuan Duan, > > I've taken another look; many of the same comments from last time still > apply - especially those related to time estimates. > > When we say we want a detailed plan, we mean *detailed*. *Nobody* - I

Re: improving debug logging in development

2015-03-22 Thread Carl Meyer
On 03/21/2015 12:56 PM, Aymeric Augustin wrote: > The lack of a fathomable way to get a functional logging config is a > huge pain point :-) > > In this case, I wish we improve Django’s logging tools rather than > document how to bypass them :-/ I agree. The current behavior is pretty bad in seve

Re: GSoC 2015

2015-03-22 Thread Russell Keith-Magee
On Sun, Mar 22, 2015 at 4:12 PM, Mesut Gülecen wrote: > Hi, my name is Mesut Gülecen, currently in second year of engineering > at Canakkale Onsekiz Mart University in Turkey. > I want to contribute to the development of Django. I have working upon > Django already and I want to learning somet

Re: GSOC 2015: Improving the less popular database backends

2015-03-22 Thread Russell Keith-Magee
Hi Yichuan Duan, I've taken another look; many of the same comments from last time still apply - especially those related to time estimates. When we say we want a detailed plan, we mean *detailed*. *Nobody* - I don't care how long they've been working with software - *Nobody* can estimate "3 week

Re: GSOC 2015 project ideas suggestion

2015-03-22 Thread Tim Graham
Please explain what you plan to implement in the other apps rather than what's already been implemented in contrib.auth. You'll also need to explain your reasoning for addressing a ticket that's been marked as "won't fix." On Sunday, March 22, 2015 at 4:36:26 PM UTC-4, Asif Saifuddin wrote: > >

Re: GSOC 2015 project ideas suggestion

2015-03-22 Thread Asif Saifuddin
I do belive to implement auth patch cleanly wont take more then a few days. But I have plans with django admin app and others which will need more tasks and also thinking about working with formset . The part I posted here is just a very little/start point of my proposal :) And I am working on a d

Re: GSoC 2015: Template engine optimisation

2015-03-22 Thread Oleksii Oleksenko
Hi, I've run this benchmark (https://github.com/prestontimmons/templatebench) on my laptop and received following results – http://pastebin.com/kkyTcfi7. >From what I see, internal caching mainly solves a problem with parsing. However, rendering is still an issue, so I tried to figure out wh

Re: [GSoC] Security Dashboard

2015-03-22 Thread Tim Graham
Hi Kevin, I'm not sure about the background of that idea, but it might be somewhat obsolete. In Django 1.8, we integrated django-secure and its security checks. These run as part of the system check framework: https://docs.djangoproject.com/en/1.8/ref/checks/#security I don't think really see

Re: GSOC 2015 project ideas suggestion

2015-03-22 Thread Tim Graham
I see there's already a patch attached to the ticket that implements your proposal. While it likely needs to be updated to apply cleanly, I don't imagine that will take more than a few days? On Sunday, March 22, 2015 at 2:19:37 PM UTC-4, Asif Saifuddin wrote: > > Hi All, > > during my analyzing

Re: GSOC 2015 project ideas suggestion

2015-03-22 Thread Asif Saifuddin
Hi All, during my analyzing and making proposal for django best practices updates (class based view etc) I found this ticket related https://code.djangoproject.com/ticket/16256 [though closed by a core dev I think this should be addressed to resolve some issues in admin as per https://code.d

[GSoC] Security Dashboard

2015-03-22 Thread kevin burton
Hello Django Developers, I am a full time student at a Langara College in beautiful Vancouver, BC, with some experience making django websites/applications, but no experience working on the library, or any other oss libraries for that matter. I'm looking into working on my first Google Summer o

GSoC 2015

2015-03-22 Thread Mesut Gülecen
Hi, my name is Mesut Gülecen, currently in second year of engineering at Canakkale Onsekiz Mart University in Turkey. I want to contribute to the development of Django. I have working upon Django already and I want to learning something with you. I know some Flask,mongoDB Blog: www.mesutgu

Re: GSOC 2015: Improving the less popular database backends

2015-03-22 Thread Yichun Duan
Thanks. Updated. :) 在 2015年3月18日星期三 UTC+8上午6:39:46,Russell Keith-Magee写道: > > Hi Yichun Duan, > > Thanks for submitting a proposal - what you've submitted is a good start, > but it needs some more detail and clarification. > > 4.1: You say you're going to save the database-specific tests "to anot