Re: floatformat filter rendering problem

2007-10-26 Thread [EMAIL PROTECTED]
Thanks Karen it works now :-) . On Oct 26, 6:50 pm, "Karen Tracey" <[EMAIL PROTECTED]> wrote: > Ah, looks like you are hitting an incompatibility between the new template > variable resolution system (went into revision 6399, on 9/20) and the > comment-utils code. It's been reported against the

Re: floatformat filter rendering problem

2007-10-26 Thread Karen Tracey
Ah, looks like you are hitting an incompatibility between the new template variable resolution system (went into revision 6399, on 9/20) and the comment-utils code. It's been reported against the comment-utils project: http://code.google.com/p/django-comment-utils/issues/detail?id=13 ubernostrum

Re: floatformat filter rendering problem

2007-10-26 Thread [EMAIL PROTECTED]
Okay this is the portion of the for loop in my template : - {% for object in latest %} {{ object.headline|escape }} Posted on {{ object.pub_date| date:"F j, Y" }} by {{ object.author

Re: floatformat filter rendering problem

2007-10-26 Thread Karen Tracey
A few more clues on this could help people help you. What's latest? What's the traceback associated with the exception? Karen On 10/26/07, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote: > > > I'm running the svn version when django start rendering the template > it keeps raise this exception : fl

floatformat filter rendering problem

2007-10-26 Thread [EMAIL PROTECTED]
I'm running the svn version when django start rendering the template it keeps raise this exception : float() argument must be a string or a number , at line 11 and line 11 is {% for object in latest %} I don't understand what is the cause of this problem . any help ? --~--~-~--~~---