Re: not able to see models.DecimalField in template

2010-12-04 Thread delegbede
eply-To: django-users@googlegroups.com Subject: not able to see models.DecimalField in template I have 2 fields in my model: listing.name and listing.amount listing.name shows up in the template but listing.amount does not. Do I have to convert it to unicode first? Thanks, Patrick -- You receiv

Re: not able to see models.DecimalField in template

2010-12-04 Thread Wayne Smith
You shouldn't need to. How are you rendering your fields in your template? On Dec 4, 2010 1:21 PM, "Patrick" wrote: > I have 2 fields in my model: > listing.name and listing.amount > > listing.name shows up in the template but listing.amount does not. Do > I have to convert it to unicode first?

not able to see models.DecimalField in template

2010-12-04 Thread Patrick
I have 2 fields in my model: listing.name and listing.amount listing.name shows up in the template but listing.amount does not. Do I have to convert it to unicode first? Thanks, Patrick -- You received this message because you are subscribed to the Google Groups "Django users" group. To post