| Age | Commit message (Collapse) | Author |
|
django.utils.encoding.uri_to_iri().
Thanks to Guido Vranken for initial report.
|
|
strip_tags() when handling incomplete HTML entities.
Thanks to Guido Vranken for initial report.
|
|
when truncating HTML.
Thanks to Guido Vranken for initial report.
|
|
utils.numberformat.format().
Thanks Sjoerd Job Postmus for the report and initial patch.
Thanks Michael Manfre, Tim Graham, and Florian Apolloner for review.
Backport of 402c0caa851e265410fbcaa55318f22d2bf22ee2 from master.
|
|
CommonMiddleware.
|
|
django.utils.text.Truncator.
Thanks James Davis for suggesting the fix.
|
|
and urlizetrunc template filters.
Thanks Florian Apolloner for assisting with the patch.
|
|
encodings on Python 2 + Windows.
|
|
|
|
on Windows with non-str environment variables.
|
|
wrapped object doesn't have __reduce__().
Partial revert of 35355a4ffedb2aeed52d5fe3034380ffc6a438db.
|
|
Backport of 856072dd4a3e479aa09b0ab6b498ff599ca2a809 from master
|
|
This is a security fix.
|
|
Backport of 389c3ffc04eaa6186ae0bad523995e8fcf7620df from master.
|
|
template literals.
Backport of 6ae1b04fb584db0fdb22b8e287784c4ed3ac62ac from master
|
|
|
|
|
|
|
|
|
|
|
|
|
|
None.
Restored the behavior before 727d7ce6cba21363470aaefb2dc5353017531be3.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
make_naive() on Python 3.6.
Reverted test changes in a7a7ecd2b026c61a39a46d2d7eced0e06a92c970 and
e43ea36b7681e43ea99505a2cf7550d4d36016b3 (refs #27025).
|
|
|
|
|
|
|
|
Reflects behavior changes in PEP 495 (Local Time Disambiguation).
|
|
http://bugs.python.org/issue27364
|
|
mutation.
|
|
|
|
|
|
Thanks Konrad Świat for the original patch.
|
|
Thanks Tim for the review.
|
|
Added format_lazy function to django.utils.text module.
Useful when dealing with relative complex lazy string concatenations
(e.g. in urls.py when translating urls in regular expressions).
|
|
Thanks Andrew Nester, Berker Peksag, and Tim Graham for reviews.
|
|
|
|
Reflects behavior changes in PEP 495 (Local Time Disambiguation).
|
|
compatibility.
Thanks marktranchant for the report and review.
|
|
|
|
|
|
|
|
|
|
Thanks ArcTanSusan for the initial patch.
|