On Wed, Sep 2, 2009 at 10:25 AM, Matthias Kestenholz <[email protected]> wrote:
> > On Wed, Sep 2, 2009 at 9:15 AM, Enrico > Sartorello<[email protected]> wrote: > > Up. > > > > Already? > > Yes, cause it seemed to me that a message buried by other 30 messages was about to be left unanswered :-) > > > > > On Tue, Sep 1, 2009 at 11:06 AM, Enrico Sartorello > > <[email protected]> wrote: > >> > >> Wait a moment: this solution doesn't solve my problem. > >> Remember that the form I need has to be used on the admin site, so I > can't > >> deal with it directly (in fact, I can't instantiate it and provide > >> additional arguments). > >> > > if you need this only for the administration site you'd hvae other > hooks that you could override. Either take a look at the documentation > or at django/contrib/admin/options.py > > If you mean overriding the ModelAdmin.form object, that doesn't solve the problem as far as i can see, cause i can't provide arguments there (in that case, the user). > > Matthias > > > > -- Enrico Sartorello --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Django users" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/django-users?hl=en -~----------~----~----~----~------~----~------~--~---

