Re: [GSoC 2013] contribute to django-deployer for deploying django to PaaS easily

2013-04-22 Thread LittleQ@NCCU, Taiwan
On Sunday, April 21, 2013 12:26:30 PM UTC+8, Russell Keith-Magee wrote: > > Hi Colin, > > I've taken a look at your proposal, and I've got some concerns. > > Firstly, I'm not familiar with Django-deploy; but from a quick inspection > of the project page it doesn't appear that anyone in the Djang

Proposal for simplifying part of the GCBV API slightly.

2013-04-22 Thread Tom Christie
I'd be interested to know what you folks think of this proposal. SingleObjectMixin currently exposes these three attributes and one method all dealing with queryset filter arguments... * pk_url_kwarg = 'pk' * slug_field = 'slug' * slug_url_kwarg = 'slug' * get_slug_field() I was wondering if it

Re: Proposal for simplifying part of the GCBV API slightly.

2013-04-22 Thread Calvin Spealman
On Apr 22, 2013 7:15 AM, "Tom Christie" wrote: > > I'd be interested to know what you folks think of this proposal. > > SingleObjectMixin currently exposes these three attributes and one method all dealing with queryset filter arguments... > > * pk_url_kwarg = 'pk' > * slug_field = 'slug' > * slug

Re: [GSoC 2013] contribute to django-deployer for deploying django to PaaS easily

2013-04-22 Thread LittleQ@NCCU, Taiwan
On Sunday, April 21, 2013 6:54:22 PM UTC+8, Florian Apolloner wrote: > > Hi, > > aside from what Russell already pointed out, I would like to add a few > points: > > * You list "Refactor for Expandability" as last on your schedule. I think > it should be at the start, eg compare different solut

Re: Proposal for simplifying part of the GCBV API slightly.

2013-04-22 Thread Tom Christie
Hi Calvin, I can think of a few reasons. > - you've changed models or fields internally through migrations, but need > to continue supporting old URLs. > - you don't like the internal name to be exposed > - you have different models but want to expose a consistent URL pattern. Those attributes

Re: Proposal for simplifying part of the GCBV API slightly.

2013-04-22 Thread Andrew Ingram
The original use case for pk_url_kwarg and slug_url_kwargs was something like this: /(?P[\w-]*)/ - DetailView /(?P[\w-]*)/another-resource/ - Scoped ListView /(?P[\w-]*)/another-resource/(?P[\w-]*) - Scoped DetailView In this case, the Scoped ListView and Scoped DetailView would both inherit a mi

[GSoC 2013] How i can start in idea group of GSoC?

2013-04-22 Thread Mário Idival
Hello Bro's, I dont know how i can enter in group of idea list, posted in GSoC... Today is day start for enter in this groups for development? -- You received this message because you are subscribed to the Google Groups "Django developers" group. To unsubscribe from this group and stop receivin

Re: [GSoC 2013] How i can start in idea group of GSoC?

2013-04-22 Thread Russell Keith-Magee
On Tue, Apr 23, 2013 at 7:12 AM, Mário Idival wrote: > Hello Bro's, > I dont know how i can enter in group of idea list, posted in GSoC... Today > is day start for enter in this groups for development? > > Hi Mário, A starting list of ideas for Django GSoC projects can be found on our wiki: htt