On Monday, 24 November 2008 12:21:55 yves_s wrote:
> does anybody have some hints?
IIRC - You can do:
form.instance (inside your widget, I think...)

This assumes you made a form with something like:
f = MyForm(instance = someInstance)

On the command-line, try using:
python manage.py shell
Then import your form module and use the dir() command to look around at 
what's available.)

hth,
\d

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Django users" group.
To post to this group, send email to django-users@googlegroups.com
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
-~----------~----~----~----~------~----~------~--~---

Reply via email to