On Wed, Jul 22, 2009 at 7:54 PM, rpupkin77<pthompson2...@gmail.com> wrote:
> However, the result I get back (when
> i examine the local vars) has only the value returned by the __unicode
> function, in this instance, the "title" column

this happens when you coerce (or 'cast') the model object into a
string-like value.  maybe when 'examining' it.

if you simply try to access its fields, you should find them there.

-- 
Javier

--~--~---------~--~----~------------~-------~--~----~
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 
django-users+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/django-users?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to