Re: not able to see models.DecimalField in template

2010-12-04 Thread delegbede
I really don't have an answer to the question. Instead of asking whether or not you should convert to unicode, I think you should have converted first to unicode and see what happens. If that doesn't work, then you ask for help. It is just normal that you've used up all options you can think

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?