Re: problem with code.djangoproject.com/wiki/CookBookNewformsAdminAndUser

2008-08-20 Thread brentp
On Aug 20, 10:27 am, "[EMAIL PROTECTED]" <[EMAIL PROTECTED]> wrote: > Hello, > > I'm trying to save user info automatically via admin interface. I > found an example in code.djangoproject.com/wiki/ > CookBookNewformsAdminAndUser and tested it out. It doesn't work. I got > the following error: > >

Re: limit choices to logged-in user

2008-08-19 Thread brentp
On Aug 19, 9:14 am, patrickk <[EMAIL PROTECTED]> wrote: > it´s basically for autopopulating a form. I´m not setting the user > here, I just want data which is assigned to that user only. I could > use the forms __init__ to achieve this, but it´s easier to use > limit_choices ... moreover, the func