Re: Refactor year, month, day lookups?

2015-03-24 Thread Anssi Kääriäinen
+1 for implementing these. They weren't part of the original patch because the patch was a large one already without these. -- You received this message because you are subscribed to the Google Groups "Django developers (Contributions to Django itself)" group. To unsubscribe from this group an

Re: Refactor year, month, day lookups?

2015-03-24 Thread Josh Smeaton
Hi, Firstly (and least importantly) opening a PR makes it a lot easier to review code, especially when there are lots of commits. A [WIP] pull request is common and useful. If you get a chance, you should open one with this change. I think it's a good idea. So much so that I opened a ticket ab

Re: Request for feedback on GSoC proposal "Test framework cleanup"

2015-03-24 Thread Russell Keith-Magee
Hi Varun, I've just taken a look at this proposal; I've got some concerns. * You say you can get test coverage from 81% to 90% - that's an admirable goal, but is there any reason to believe that it is achievable? In many cases, the coverage is low because a feature/branch is so difficult to test

Refactor year, month, day lookups?

2015-03-24 Thread Jon Dufresne
Hi, I have been spending some time learning and investigating the custom lookups feature that was newly introduced in 1.7 [0]. While investigating, I wanted to learn by example so I started looking through the Django code. In the end, I didn't find many examples. However, I did notice that there e

Request for feedback on GSoC proposal "Test framework cleanup"

2015-03-24 Thread Varun Sharma
Hi All, I've been writing this proposal from past few days. After going through the pycon talks of Carl Meyer and Julien Phalip on Django's testing framework and working on the test framework from last 2 months, I have drafted some improvements but I'm not sure about any roadblocks or feasibility

Re: GSOC: Turn contrib.admin into a customizable management interface

2015-03-24 Thread tyrion-mx
On Tuesday, March 24, 2015 at 11:48:59 PM UTC+1, Curtis Maloney wrote: > > Let's not get bogged down in minutiae just yet :) > > How to implement a grid and what level of browser support is something > that can be threshed out in the process. > I agree I love the idea of a Dashboard with custo

Re: GSOC 2015 project ideas suggestion

2015-03-24 Thread Russell Keith-Magee
I agree with Tim's assessment - this is not a compelling proposal at the moment. There is value in converting *some* of the function based views to CBVs, but unilaterally converting all of them doesn't seem especially worthwhile. The key thing is to identify what features need to be factored out.

Re: GSOC: Turn contrib.admin into a customizable management interface

2015-03-24 Thread Curtis Maloney
Let's not get bogged down in minutiae just yet :) How to implement a grid and what level of browser support is something that can be threshed out in the process. I love the idea of a Dashboard with custom Widgets. Allowing the existing "App list" widgets, along with new custom non-model widgets

Re: GSoC 2015

2015-03-24 Thread Russell Keith-Magee
Hi Zafack Billy, Welcome! If you're interested in being a GSoC student with Django, you should read our wiki page on the program. https://code.djangoproject.com/wiki/SummerOfCode2015 >From there, you need to pick a project, and prepare a proposal describing what you expect to achieve over the 12

Re: GSOC 2015 project ideas suggestion

2015-03-24 Thread Tim Graham
Sorry, but to be honest I am not enthusiastic about this proposal. I'm not sure there's a great need or value in converting all function based views to class-based views. Your plans regarding django-extra-views and admin improvements have not been described in sufficient detail that give me a g

Re: GSOC 2015 project ideas suggestion

2015-03-24 Thread Asif Saifuddin
Have a look. though rough draft and many place for improvment https://gist.github.com/auvipy/1da0d96f826bd8da4d47 On Mon, Mar 23, 2015 at 4:43 AM, Tim Graham wrote: > Please explain what you plan to implement in the other apps rather than > what's already been implemented in contrib.auth. You'l

Re: GSOC: Turn contrib.admin into a customizable management interface

2015-03-24 Thread Patrick Guido
About IE 9 support it is possible to use a polyfill for flexbox, even thought this causes performance problems and/or it (the polyfill) could not implement the full spec. https://github.com/doctyper/flexie Another options is to go mobile first *even* on IE 9 (eg, everything on one column), I saw a

Re: GSOC: Turn contrib.admin into a customizable management interface

2015-03-24 Thread Aaron C. de Bruyn
On Tue, Mar 24, 2015 at 9:10 AM, Germano Gabbianelli wrote: > Uhm, missing IE9 support. It is the default browser on vista, which has > extended support until 2017 :| "Beginning January 12, 2016, only the most current version of Internet Explorer available for a supported operating system will r

Re: GSOC: Turn contrib.admin into a customizable management interface

2015-03-24 Thread Germano Gabbianelli
On 24/03/15 13:06, Riccardo Magliocchetti wrote: Il 24/03/2015 12:37, Germano Gabbianelli ha scritto: On 24/03/15 11:56, Riccardo Magliocchetti wrote: With these sentences I was thinking about customizing the properties of the ModelAdmin without editing the code. For example controlling what

Re: GSOC 2015 project ideas suggestion

2015-03-24 Thread Asif Saifuddin
For the wont fix ticket I'm considering that to introduce django extra view like features in django will help fix many problem related to FormSet and ModelFormSet and then use them in improving django admin and possibly django-admin2 like features in django. On Monday, March 23, 2015 at 4:43:30

Fwd: Misleading 404 exception during unit tests.

2015-03-24 Thread Benjamin Scherrey
Raising the issue here. Ultimately, I think the 404 is ok but it needs to add details that will let the developer understand why a 404 is being returned. Of course this conflicts with much of the stated purpose of returning a 404 rather than the misconfigured exception but isn't the policy to NOT u

Re: GSOC: Turn contrib.admin into a customizable management interface

2015-03-24 Thread Riccardo Magliocchetti
Il 24/03/2015 12:37, Germano Gabbianelli ha scritto: On 24/03/15 11:56, Riccardo Magliocchetti wrote: With these sentences I was thinking about customizing the properties of the ModelAdmin without editing the code. For example controlling what fields are shown in the changelist view or even cont

Re: Help needed with Oracle GIS backend

2015-03-24 Thread Tim Graham
I also advertised this on the geodjango mailing list with the following message : Do we have any users of the Oracle GIS backend that have interest and ability to help maintain it? Claude has worked on several issues for 1.9 t

Re: GSOC: Turn contrib.admin into a customizable management interface

2015-03-24 Thread Germano Gabbianelli
On 24/03/15 11:56, Riccardo Magliocchetti wrote: Please don't throw out the baby with the bath water :) It's quite cool to just register a model in the admin to have a crud interface. Exactly, this is super cool. I meant hard to extend to add other "widgets" to the home that are not models. Or

Re: URL matching problem

2015-03-24 Thread Ma Yuping
Actually: In my project url, I have: urlpatterns = patterns('', url(r'^blog/', include('blog.urls', namespace="blog")), ) In the App, I have: urlpatterns = patterns('', #url(r'/$', views.index, name='index'), url(r'(?P\d+)/$', views.index, name='index'), url(r'(?P\d+)/article/(?P\d+)/$', v

GSoC 2015

2015-03-24 Thread Billy Ruffin Zafack
Let me first briefly introduce myself to the group as a student developer and an aspiring GSoC-2015 Participant Name: Zafack Billy Currently Computer Engineering Student(4th year) at National Advanced School of Engineering Yaounde, Cameroon Have gone through the ideas page and

Re: URL matching problem

2015-03-24 Thread Ma Yuping
It solved. It should be exact: I should put '^' before the APP's URL. url(r'^(?P\d+)/$', views.index, name='index'), url(r'^(?P\d+)/article/(?P\d+)/$', views.article, name='article'), Thanks 在 2015年3月24日星期二 UTC+8上午10:45:33,Curtis Maloney写道: > > Firstly, this is really a question for django

Re: GSOC: Turn contrib.admin into a customizable management interface

2015-03-24 Thread Riccardo Magliocchetti
Hi Germano, Il 24/03/2015 11:11, tyrion-mx ha scritto: Discussing on #django-dev with FunkyBob and others I concluded that refactoring contrib.admin to become a generic management interface (and not a model-centric one as it is now) could be a good thing, so I started a project proposal. It stil

GSOC: Turn contrib.admin into a customizable management interface

2015-03-24 Thread tyrion-mx
Discussing on #django-dev with FunkyBob and others I concluded that refactoring contrib.admin to become a generic management interface (and not a model-centric one as it is now) could be a good thing, so I started a project proposal. It still a draft and I hope to complete it in time, anyway I w

Re: GSoC 2015

2015-03-24 Thread Russell Keith-Magee
Hi Mesut, It wasn't clear that you were asking a question. Django's GSoC wiki page contains details of what you need to do in order to be a GSoC student for the Django project; the next step from your perspective is for you to do some research on the projects that interest you and write a proposa