Django has truncatewords template tag, which cuts the text at the given word count. But there is nothing like truncatechars.
truncatewords
What\'s the best w
Adding a "truncate" filter was a feature request for 4 years but finally landed in trunk, as far as I understand https://code.djangoproject.com/ticket/5025 - so we’ve to wait for the next release or use trunk.