#1919: filter truncatewords wipes newlines from string, so not chainable with
markup filters
----------------------------+-----------------------------------------------
Reporter: derelm | Owner: nobody
Status: reopened | Component: Template system
Version: SVN | Resolution:
Keywords: sprintsept14 | Stage: Accepted
Has_patch: 1 | Needs_docs: 0
Needs_tests: 0 | Needs_better_patch: 0
----------------------------+-----------------------------------------------
Comment (by SmileyChris):
Looks good, arien. Only question is that I'm not sure this is the correct
behaviour:
{{{
>>> truncatewords(u' Text with leading and trailing whitespace ', 6)
u' Text with leading and trailing whitespace ...'
}}}
It seems like the filter should be counting the words, not the spaces
between them. So if there's 6 words, it should just output the original
string.
Thoughts?
--
Ticket URL: <http://code.djangoproject.com/ticket/1919#comment:16>
Django Code <http://code.djangoproject.com/>
The web framework for perfectionists with deadlines
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"Django updates" 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-updates?hl=en
-~----------~----~----~----~------~----~------~--~---