mirror of
https://github.com/django/django.git
synced 2025-10-31 09:41:08 +00:00
Fixed #29654 -- Made text truncation an ellipsis character instead of three dots.
Thanks Sudhanshu Mishra for the initial patch and Tim Graham for the review.
This commit is contained in:
@@ -273,6 +273,12 @@ Miscellaneous
|
||||
* The return value of :func:`django.utils.text.slugify` is no longer marked as
|
||||
HTML safe.
|
||||
|
||||
* The default truncation character used by the :tfilter:`urlizetrunc`,
|
||||
:tfilter:`truncatechars`, :tfilter:`truncatechars_html`,
|
||||
:tfilter:`truncatewords`, and :tfilter:`truncatewords_html` template filters
|
||||
is now the real ellipsis character (``…``) instead of 3 dots. You may have to
|
||||
adapt some test output comparisons.
|
||||
|
||||
.. _deprecated-features-2.2:
|
||||
|
||||
Features deprecated in 2.2
|
||||
|
||||
Reference in New Issue
Block a user