Re: Can't add more than 2 items in stacked/tabular inlines using tutorial part 2

2008-10-03 Thread Rob Goedman
Hi Karen, Right on, thank you. The patch provided in the ticket fixes the problem. I do use PostgreSQL. I should have checked the ticket list! Thanks again, Rob On Oct 3, 2008, at 9:57 AM, Karen Tracey wrote: > On Fri, Oct 3, 2008 at 12:43 PM, Rob Goedman <[EMAIL PROTECTED]> wrote: > Hi, > >

Re: Can't add more than 2 items in stacked/tabular inlines using tutorial part 2

2008-10-03 Thread Karen Tracey
On Fri, Oct 3, 2008 at 12:43 PM, Rob Goedman <[EMAIL PROTECTED]> wrote: > Hi, > > Using Django svn rev 9111 I ran into an issue using the admin. To > create a reproducible example I went back to the Django Poll/Choice > tutorial, part 2. > > With below models.py and admin.py, I can create a new Po

Can't add more than 2 items in stacked/tabular inlines using tutorial part 2

2008-10-03 Thread Rob Goedman
Hi, Using Django svn rev 9111 I ran into an issue using the admin. To create a reproducible example I went back to the Django Poll/Choice tutorial, part 2. With below models.py and admin.py, I can create a new Poll, add the 1st choice and save, add the 2nd and save, but that's it. After tha