On Wed, Nov 10, 2010 at 5:16 PM, octopusgrabbus
<old_road_f...@verizon.net> wrote:
> Thank you. This worked well.
> However, I'm left with this value
> <EptInv: 80581770>
>
> How do I get that into a comparable form?
>

It sounds like you're getting the __unicode__() representation of your
model. If you want the data in the actual fields you'll need to access
them in your view or template.

Examples:

myinstance.name
#or
myinstonce.amount

Shawn

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