download computer ebooks for free including python

2007-02-18 Thread [EMAIL PROTECTED]
Free Computer Education Ebooks,Tutorials and much more ASP, Business, C++, Careers, CISCO, e-books, Engineering, English, Filmmaking, Finance, Health, Leadership, Management, Marketing, Mathematics, Mobile, Oracle, Perl , Photography, PHP, Programming, VOIPand much more visit htt

newforms-admin branch admin_options validation

2007-02-18 Thread Robert Myers
Well after finally getting some spare time I have created a patch which validates all admin options. I have attached the patch to ticket #3222. **NOTE** this is for the newforms-admin branch. http://code.djangoproject.com/ticket/3222 I marked it as design decision needed as I changed a bit more

Re: Bug introduced at changeset 4500

2007-02-18 Thread Malcolm Tredinnick
On Thu, 2007-02-15 at 06:02 -0800, Rudolph wrote: > Hi, > > I think I found a bug introduced in changeset 4500 (http:// > code.djangoproject.com/changeset/4500). When a min_num_in_admin is > specified without a num_in_admin, the "add" view in the admin > interface gives an exception (and possibly

Re: suggestion for a slightly extended {% for ... in ... %} tag

2007-02-18 Thread Honza Král
On 2/18/07, SmileyChris <[EMAIL PROTECTED]> wrote: > > > > On Feb 18, 10:10 pm, "Arnaud Delobelle" <[EMAIL PROTECTED]> > wrote: > > > However - I acknowledge the use case: Two lists, n items long, that > > > are from independent sources. I think a separate template tag in the > > > same vein as {%

Re: suggestion for a slightly extended {% for ... in ... %} tag

2007-02-18 Thread SmileyChris
On Feb 18, 10:10 pm, "Arnaud Delobelle" <[EMAIL PROTECTED]> wrote: > > However - I acknowledge the use case: Two lists, n items long, that > > are from independent sources. I think a separate template tag in the > > same vein as {% regroup %} would be a better approach. > > > {% zip lista list

Re: newforms: proposal ModelForm Baseclass for model related Forms

2007-02-18 Thread sime
Yeah I like the ModelForm class idea better, for sure. Are you coding it or will I? On Feb 13, 3:13 am, "RonnyPfannschmidt" <[EMAIL PROTECTED]> wrote: > that wouldnt remove the strict distinction betwen form_for_model > and form_for_instance (the only difference i see, is that one of them > has

Re: suggestion for a slightly extended {% for ... in ... %} tag

2007-02-18 Thread Arnaud Delobelle
On Feb 18, 6:54 am, "Russell Keith-Magee" <[EMAIL PROTECTED]> wrote: [...] > > > Also (maybe more contentious): > > > {% for i in L1,L2 %} meaning what one would write in python as: > > > for i in zip(L1,L2) > > Most people seem to be +0 on this, but I'm very much -1. > > Firstly, the proposed