Re: Allow bypassing validation in newforms (#5153)

2007-09-17 Thread Benjamin Slavin
On 9/17/07, Malcolm Tredinnick <[EMAIL PROTECTED]> wrote: > So I thought this some more and I think I'm comfortable being +0 to +1 > on removing the erasure of cleaned_data if there are any errors. So > cleaned_data would contain anything that survived validation. I've created a ticket for this,

Re: Allow bypassing validation in newforms (#5153)

2007-09-17 Thread Malcolm Tredinnick
On Mon, 2007-09-17 at 19:11 +1000, Malcolm Tredinnick wrote: > On Mon, 2007-09-17 at 10:14 +0200, Christopher Lenz wrote: [...] > > Um, yes they are erased: > > > > > newforms/forms.py#L205> > > > > Am I missing something? > > My

Re: Allow bypassing validation in newforms (#5153)

2007-09-17 Thread Malcolm Tredinnick
On Mon, 2007-09-17 at 10:14 +0200, Christopher Lenz wrote: > Am 17.09.2007 um 04:17 schrieb Malcolm Tredinnick: > > On Mon, 2007-09-17 at 00:23 +0200, Christopher Lenz wrote: > >> Hey all, > >> > >> I've created a ticket which has been closed as wontfix, and was told > >> to bring it here. So here

Re: Allow bypassing validation in newforms (#5153)

2007-09-17 Thread Christopher Lenz
Am 17.09.2007 um 04:17 schrieb Malcolm Tredinnick: > On Mon, 2007-09-17 at 00:23 +0200, Christopher Lenz wrote: >> Hey all, >> >> I've created a ticket which has been closed as wontfix, and was told >> to bring it here. So here I am. >> >> > > I'm som

Re: Allow bypassing validation in newforms (#5153)

2007-09-16 Thread Malcolm Tredinnick
On Mon, 2007-09-17 at 00:23 +0200, Christopher Lenz wrote: > Hey all, > > I've created a ticket which has been closed as wontfix, and was told > to bring it here. So here I am. > > I'm somewhere between -0 and -1 on this, for a couple of reasons.

Re: Allow bypassing validation in newforms (#5153)

2007-09-16 Thread Todd O'Bryan
On Mon, 2007-09-17 at 00:23 +0200, Christopher Lenz wrote: > So yeah, I want to be able to show previews of data that may at that > point not be valid. Imagine there's a form with 12 required fields, > and I want to enable users to see what their entry would look like > even before they've c

Re: Allow bypassing validation in newforms (#5153)

2007-09-16 Thread James Bennett
On 9/16/07, Christopher Lenz <[EMAIL PROTECTED]> wrote: > contrib.formtools.FormPreview implements a different kind of > approach, and can't be used for this. I would personally think that, if there's a need for this, the solution would be to extend or subclass FormPreview somehow to enable it, b

Allow bypassing validation in newforms (#5153)

2007-09-16 Thread Christopher Lenz
Hey all, I've created a ticket which has been closed as wontfix, and was told to bring it here. So here I am. So yeah, I want to be able to show previews of data that may at that point not be valid. Imagine there's a form with 12 required field