Re: [GSoC] Proposal for discussion about Serialization requirements and requesting for Review

2009-03-26 Thread Malcolm Tredinnick
On Fri, 2009-03-27 at 00:23 +0530, Madhusudan C.S wrote: > Hi all, > > What a blunder :( I submitted my proposal the way I will > have to submit to socghop.appspot.com with lines manually wrapped > at 80 chars per line and the groups wrapp it at 75 chars making > my proposal look as ugly as possi

Re: Customizable User model as GSoC project

2009-03-26 Thread Russell Keith-Magee
On Fri, Mar 27, 2009 at 8:54 AM, Edward Kaplan wrote: > > Hello, I am a student interested in implementing an extendable/ > replaceable User model in auth_user as a Summer of Code project. ... > I would like to know if this would be considered for a SoC project. A very tentative, in principle, m

Customizable User model as GSoC project

2009-03-26 Thread Edward Kaplan
Hello, I am a student interested in implementing an extendable/ replaceable User model in auth_user as a Summer of Code project. I am personally interested in this feature because it would have allowed a cleaner design in a Django project I worked on, but I also believe from reading discussions o

Re: "Delete selected objects" in admin batch edit

2009-03-26 Thread Elliott
If there's no objections by tomorrow I'm going to reopen http:// code.djangoproject.com/ticket/10596 --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Django developers" group. To post to this group, send email to djan

Re: Killing reloaders when parent receives TERM signals

2009-03-26 Thread Malcolm Tredinnick
On Thu, 2009-03-26 at 21:58 +, Chris Lamb wrote: > Malcolm Tredinnick wrote: > > > The development server is intended for single user, simple development > > stuff. It runs as a foreground process and ^C stops it very nicely. > [..] > > The goal is, intentionally, to keep the development serv

Re: Killing reloaders when parent receives TERM signals

2009-03-26 Thread Chris Lamb
Malcolm Tredinnick wrote: > The development server is intended for single user, simple development > stuff. It runs as a foreground process and ^C stops it very nicely. [..] > The goal is, intentionally, to keep the development server simple since > there are numerous options for more functional s

Re: Proposal for discussion about Serialization requirements and requesting for Review

2009-03-26 Thread Madhusudan C.S
Hi Koen, On Thu, Mar 26, 2009 at 11:35 PM, koenb wrote: > > On 26 mrt, 17:48, "Madhusudan C.S" wrote: > > Hi all, > > [snipped] > > I can't seem to find anything on the problem concerning contenttypes > in your proposal (see [1] for some recent discussion). > It would be nice to see that solved

Re: [GSoC] Proposal for discussion about Serialization requirements and requesting for Review

2009-03-26 Thread Madhusudan C.S
Hi all, What a blunder :( I submitted my proposal the way I will have to submit to socghop.appspot.com with lines manually wrapped at 80 chars per line and the groups wrapp it at 75 chars making my proposal look as ugly as possible. Did not realize that it was 75 chars here. Please excuse me, tell

Re: Proposal for discussion about Serialization requirements and requesting for Review

2009-03-26 Thread koenb
On 26 mrt, 17:48, "Madhusudan C.S" wrote: > Hi all, > [snipped] I can't seem to find anything on the problem concerning contenttypes in your proposal (see [1] for some recent discussion). It would be nice to see that solved too, since it is one of the inconveniences that has bitten me several ti

[GSoC] Proposal for discussion about Serialization requirements and requesting for Review

2009-03-26 Thread Madhusudan C.S
Hi all, After some discussions with Malcolm on this list and doing some research based on the pointers he gave me I have come up with a rough plan of what I want to do this summer for Django. Since we are running out of time, I have come up with a *rough draft* of the proposal without full disc

Re: pagination django

2009-03-26 Thread matehat
Just a quick thought (though I also think the question should have been asked on the Django-Users mailing list). The template tag {% cycle %} allows you to alternate between any number of values everytime it is encountered, so putting something like : {% for product in product_list %} // a sin