> The issue is you are passing the kwarg "user" after the arg. Since user is
> the first param when you pass request.POST as the first arg it assumes it is
> user. Reorganize your arguments in some(make user first, or pass
> request.POST as a kwarg) way.
>
> Alex
Thanks, Alex. That was a huge h
On Tue, Feb 10, 2009 at 3:24 PM, wynfred wrote:
>
> I'm sure there is a simple solution here, but I've been searching the
> forum archive and elsewhere but so far haven't found an answer.
>
> I have a form that uses some dynamic ModelChoiceField fields,
> filtering the model for the logged-in use
I'm sure there is a simple solution here, but I've been searching the
forum archive and elsewhere but so far haven't found an answer.
I have a form that uses some dynamic ModelChoiceField fields,
filtering the model for the logged-in user.
The form in app's forms.py, slightly abridged, is like t
3 matches
Mail list logo