| Age | Commit message (Collapse) | Author |
|
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.
|
|
template literals.
Backport of 6ae1b04fb584db0fdb22b8e287784c4ed3ac62ac from master
|
|
Backport of ebf34c3cdcd2c75349c60a064427ac255958bf9b from master
|
|
Backport of d29fd3f9a63f1e515fa8ed863b08a5389938b05f from master
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
None.
Restored the behavior before 727d7ce6cba21363470aaefb2dc5353017531be3.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
make_naive() on Python 3.6.
Reverted test changes in a7a7ecd2b026c61a39a46d2d7eced0e06a92c970 and
e43ea36b7681e43ea99505a2cf7550d4d36016b3 (refs #27025).
|
|
|
|
the language.
|
|
|
|
|
|
This makes gzip output deterministic, which allows
ConditionalGetMiddleware to reliably compare ETags on gzipped
content (views using the gzip_page() decorator in particular).
|
|
|
|
|
|
ConditionalGetMiddleware.
|
|
|
|
Thanks Tim Graham for the review.
|
|
Last-Modified header.
|
|
Allowed ServerFormatter to handle simple string messages or messages with
formatting arguments. The formatter will set the server_time variable on
the log record if it's required by the format string but wasn't passed in
extra parameters.
|
|
Last uses removed in commit 8b81dee60c1533e714a310fa5c3907356042a64c.
|
|
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.
|
|
Thanks Tim Graham for the review.
|
|
|