| Age | Commit message (Collapse) | Author |
|
This will allow to replace force_text() by str() in several places (as one of
the features of force_text is to keep the safe status).
|
|
|
|
The class will be removed as part of #27753.
Thanks Tim Graham for the review.
|
|
Fixed #21628 by removing the last usage of the imp module.
|
|
equivalents
Thanks Tim Graham for the review.
|
|
|
|
|
|
|
|
|
|
|
|
These functions do nothing on Python 3.
|
|
|
|
|
|
Thanks Tim Graham for the review.
|
|
Thanks Tim Graham and Simon Charette for the reviews.
|
|
Thanks Tim Graham for the review.
|
|
|
|
|
|
Per deprecation timeline.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
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.
|
|
|