| Age | Commit message (Collapse) | Author |
|
Backport of 3c736207a3 from master
|
|
Thanks Baptiste Mispelon for the suggestion.
Backport of c5bc98d7e1 from master.
|
|
signals.
Thanks brandon@ and Anssi for the report.
Backport of 2c62a509de from master
|
|
`UnicodeDecodeError`
Handle the `UnicodeDecodeError` exception, send a warning to `stdout` with the
file name and location, and continue processing other files.
Backport of 99a6f0e77 from master.
|
|
based on the `SCRIPT_NAME` environment parameter or the `FORCE_SCRIPT_NAME` setting, regardless of whether or not those have a trailing slash. Thanks to bmispelon for the review.
Backport of 2f81a0ca6543f
|
|
Also don't compete with -W CLI option.
Thanks to Aymeric Augustin for the catch, and Claude Paroz for the patch.
Backport of e79b857a07905340556f781a7d63016236b21c61 from master.
|
|
This is a security fix. Disclosure and advisory coming shortly.
|
|
custom User models.
Thanks to Claude Peroz for the draft patch.
(cherry picked from commit f5e4a699ca0f58818acbdf9081164060cee910fa)
|
|
Thanks Stefan Koegl for the report and Simon Charette for the review.
Backport of b9c8bbf37 from master.
|
|
The exact conditions on which this exception is raised are not
known, but this replacement is the best guess we can do at this
point.
Backport of 850630b4b7 from master.
|
|
closed
Thanks Sebastian Noack for the report and the initial patch.
Backport of ffa50ca35 from master.
|
|
Thanks Sebastian Noack for the report and the initial patch.
Backport of 1b3f832ab7 from master.
|
|
Backport of acc5396.
|
|
Thanks Graham Dumpleton for the report.
Backport of a53c474.
|
|
Thanks aliva for the report and claudep for the feedback.
Backport of 1e4a27d from master.
|
|
Thanks kujiu for the report and Aymeric Augustin for the review.
Backport of c91667338 from master.
|
|
This was not working properly when ContentFile was initialized with
an unicode string.
Thanks Alexey Boriskin for the report and the test.
Backport of 34dcf51e06 from master.
|
|
Thanks Aymeric Augustin for detecting this regression.
Backport of 5fa5621f5 from master.
|
|
Thanks gw 2012 at tnode com for the report.
Backport of baae4b8.
|
|
Backport of f2d8004.
|
|
created for swapped models.
Thanks to rizumu for the report.
Backport of c8985a8a7317042a641e870cb75b3005cc5d67b1.
|
|
Ensured that special characters passed in to reverse via the
prefix argument are properly escaped so that calls to
django.utils.regex_helpers.normalize and/or string formatting
operations don't result in exceptions.
Thanks to toofishes for the error report.
Backport of 90e530978d590a5bdcf75525aa03f844766018b8 from master.
|
|
Thanks alex_po for the report and Luke Plant for the analysis.
Backport of 1620c27936 from master.
|
|
This is a provisional change. See #19221 for details.
Backport of 6c69de8 from master.
|
|
There was a problem caused by Postgres 9.0+ having bytea_output default
value of 'hex' and cache backend inserting the content as 'bytes' into
a column of type TEXT. Fixed by converting the bytes value to a string
before insert.
Backpatch of [cc0ac26f4a3947be8a3fc55d4784d3474b640c23].
|
|
Backport of 04a7ea328 from master.
|
|
Thanks trbs for the report and the patch.
Backport of 1b307d6c8f from master.
|
|
Thanks Giovanni Bajo for the report.
Backport of 9a09558e9f from master.
|
|
Thanks Michael Manfre for the report and initial patch and
Tobias McNulty for the review.
Backport of 79dd751b0b from master.
|
|
Thanks to jgelens for the original patch. Backport of 4285571c5a9bf6ca3cb7c4d774942b9ae5b537e4.
|
|
for Python 2 object model compatibility methods.
Backport of fc10418 from master.
|
|
Refs #19075, #2494.
Thanks Karen Tracey for spotting the issue.
Backport of 3e98d98b6 from master.
|
|
Thanks daniel at blogg.se for the report and Aymeric Augustin for
his assistance on the patch.
Backport of 6de6988f9 from master.
|
|
loads has no way to tell if it should provide text or bytes to the
serializer; bytes are more reasonnable for a serialized representation,
and are the only option for pickled data.
dumps can perform conversions on the value it receives from the
serializer; but for consistency it seems better to require bytes too.
The current code would cause an exception when loading pickled session
data. See next commit.
Also fixed a bug when checking for compressed data.
Backport of 58a086a from master.
|
|
This removes a dependency of 'core' on 'contrib'.
Backport of 83ba0a9 from master.
This deprecation occurs after the alpha, but it's a prerequisite
for fixing decently #18194 which is a release blocker.
|
|
|
|
removing typo in the process. Thanks to Carlos Palol for the catch.
Closes pull 450
|
|
We probably historically customized it for good reasons, but
currently, the differences with upstream Python are not
significant any longer.
Also fixes #19075 for which a test has been added.
|
|
REQUIRED_FIELDS.
Thanks to Chris Pagnutti for the suggestion.
|
|
Thanks Bernardo Pires for the report.
|
|
This has been missed in commit 822d6d6dab (Refs #18325).
|
|
Thanks Pierre Matri for the report and the initial patch.
|
|
|
|
caches.
Thanks to Ivan Virabyan for the report.
|
|
|
|
Thanks to Roman Gladkov for the initial patch and Simon Charette for review.
|
|
|
|
|
|
|
|
|