Re: problem with inlineformset_factory

2008-11-27 Thread Karen Tracey
On Thu, Nov 27, 2008 at 3:14 PM, Yanik <[EMAIL PROTECTED]> wrote: > > I'm using MySQL and running 1.0.2 and the bug is still there. > > This ticket: > http://code.djangoproject.com/ticket/9039 > > is closed, but the code still hasn't been fixed and the mentioned > patch doesn't seem to work. > > H

Re: problem with inlineformset_factory

2008-11-27 Thread Yanik
I'm using MySQL and running 1.0.2 and the bug is still there. This ticket: http://code.djangoproject.com/ticket/9039 is closed, but the code still hasn't been fixed and the mentioned patch doesn't seem to work. Has anyone gotten this to work? On Nov 24, 8:23 pm, boardman <[EMAIL PROTECTED]> wr

Re: problem with inlineformset_factory

2008-11-24 Thread boardman
As noted in a duplicate post over on django-devs this problem is not evident when using the sqlite backend. The problem seems to be limited to the postgres backend and is cuurently still failing for me on trunk at revision 9526. Roger. On Nov 8, 3:51 pm, Petry <[EMAIL PROTECTED]> wrote: > Hi K

Re: problem with inlineformset_factory

2008-11-08 Thread Petry
Hi Karen! I use the version of SVN, I am currently with version 1.1 pre- alpha-9335 SVN and the error still remains! On 8 nov, 12:02, "Karen Tracey" <[EMAIL PROTECTED]> wrote: > On Sat, Nov 8, 2008 at 8:56 AM, Petry <[EMAIL PROTECTED]> wrote: > > > somebody can help me? > > I didn't recomme

Re: problem with inlineformset_factory

2008-11-08 Thread Karen Tracey
On Sat, Nov 8, 2008 at 8:56 AM, Petry <[EMAIL PROTECTED]> wrote: > > somebody can help me? > I didn't recommend changing your code, I recommending trying with current SVN level of the 1.0.X branch or trunk, in order to ensure you have a fix that might be relevant (I still have not had time to loo

Re: problem with inlineformset_factory

2008-11-08 Thread Petry
somebody can help me? On 7 nov, 13:24, Petry <[EMAIL PROTECTED]> wrote: > I changed my template model to use OneToOneField and remove the > Blank=True, but the same error appears... > > On 7 nov, 12:30, "Karen Tracey" <[EMAIL PROTECTED]> wrote: > > > On Fri, Nov 7, 2008 at 9:10 AM, Daniel Roseman

Re: problem with inlineformset_factory

2008-11-07 Thread Petry
I changed my template model to use OneToOneField and remove the Blank=True, but the same error appears... On 7 nov, 12:30, "Karen Tracey" <[EMAIL PROTECTED]> wrote: > On Fri, Nov 7, 2008 at 9:10 AM, Daniel Roseman < > > > > [EMAIL PROTECTED]> wrote: > > > On Nov 4, 6:02 pm, Petry <[EMAIL PROTECTE

Re: problem with inlineformset_factory

2008-11-07 Thread Karen Tracey
On Fri, Nov 7, 2008 at 9:10 AM, Daniel Roseman < [EMAIL PROTECTED]> wrote: > > On Nov 4, 6:02 pm, Petry <[EMAIL PROTECTED]> wrote: > > Hi all, > > > > I'm having a weird problem when using inlineformset_factory, he can > > only register up to 2 records, after that causes a validation error > > > >

Re: problem with inlineformset_factory

2008-11-07 Thread Daniel Roseman
On Nov 4, 6:02 pm, Petry <[EMAIL PROTECTED]> wrote: > Hi all, > > I'm having a weird problem when using inlineformset_factory, he can > only register up to 2 records, after that causes a validation error > > "(Hidden field id) User phone with this None already exists." > > Here is my forms [1], mo

Re: problem with inlineformset_factory

2008-11-07 Thread Petry
anyone? On 4 nov, 16:02, Petry <[EMAIL PROTECTED]> wrote: > Hi all, > > I'm having a weird problem when usinginlineformset_factory, he can > only register up to 2 records, after that causes a validation error > > "(Hidden field id) User phone with this None already exists." > > Here is my forms [

problem with inlineformset_factory

2008-11-04 Thread Petry
Hi all, I'm having a weird problem when using inlineformset_factory, he can only register up to 2 records, after that causes a validation error "(Hidden field id) User phone with this None already exists." Here is my forms [1], models [2] and views [3] [1] http://dpaste.com/88598/ [2] http://d