The __unicode__ method of Comments/FreeComments includes a truncated
chunk of the comment text, is this what you mean? If you just output
{{ comment }} into the template, you'll get something like "John Doe:
What I think about this blog post is...". If you want the whole
comment, you'll have to use {{ comment.comment }}.
This is my best guess as to what you're looking for.
E
On Jun 12, 2008, at 9:26 PM, Rajesh Dhawan wrote:
>
> Hi Nandu,
>
>>
>> I would just like to know if there is anyway to get the untruncated
>> version of a truncated comment without accessing the database.
>>
>> I hope someone can enlighten me.
>
> You will have to describe that problem more specifically: What comment
> do you mean? Where are you storing it in the database? How is it
> getting truncated? etc. etc...
>
> -Rajesh
> >
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"Django users" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at
http://groups.google.com/group/django-users?hl=en
-~----------~----~----~----~------~----~------~--~---