| Age | Commit message (Collapse) | Author |
|
Backport of b9455b010e41d1c6e68faa11115212d50de3c231 from master.
|
|
Thanks to Curtis Maloney for the description of the problem.
Backport of c3c2ec54f59428cdf0a35abce594fd2ada35c209 from master
|
|
Co-Authored-By: Sergey Fedoseev <fedoseev.sergey@gmail.com>
|
|
django.utils.http.urlsafe_base64_encode() now returns a string, not a
bytestring. Since URLs are represented as strings,
urlsafe_base64_encode() should return a string. All uses immediately
decoded the bytestring to a string anyway.
As the inverse operation, urlsafe_base64_decode() accepts a string.
|
|
|
|
|
|
As of 301de774c21d055e9e5a7073e5bffdb52bc71079.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
current time zone.
|
|
|
|
Follow up to fee42fd99ee470528858c2ccb3621135c30ec262.
|
|
|
|
|
|
deprecation timeline.
|
|
Thanks Aymeric Augustin for shepherding the DEP and patch review.
Thanks Marten Kenbeek and Tim Graham for contributing to the code.
Thanks Tom Christie, Shai Berger, and Tim Graham for the docs.
|
|
Unused since f6acd1d271122d66de8061e75ae26137ddf02658.
|
|
|
|
parse_duration().
|
|
Thanks Tim Graham and Mariusz Felisiak for review and completion.
|
|
python_2_unicode_compatible().
|
|
|
|
The class will be removed as part of #27753.
Thanks Tim Graham for the review.
|
|
Thanks Tim Graham for the review.
|
|
equivalents
Thanks Tim Graham for the review.
|
|
|
|
Thanks Tim Graham for the review.
|
|
|
|
|
|
|
|
|
|
Per deprecation timeline.
|
|
|
|
|
|
ConditionalGetMiddleware.
|
|
Last-Modified header.
|
|
Thanks Konrad Świat for the original patch.
|
|
|
|
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 ArcTanSusan for the initial patch.
|
|
|
|
|
|
Thanks Tim Graham for polishing the patch, updating the tests, and
writing documentation. Thanks Carl Meyer for shepherding the DEP.
|
|
|
|
|