| Age | Commit message (Collapse) | Author |
|
Backport of df37c2ec761f0032f508af38ce03dee7f4f3f149 from master
|
|
It's a transitional setting helpful in migrating multiple instance of
the same project to Django 3.1+.
Thanks Markus Holtermann for the report and review, Florian
Apolloner for the implementation idea and review, and Carlton Gibson
for the review.
Backport of d907371ef99a1e4ca6bc1660f57d81f265750984 from master.
|
|
descriptions.
Backport of bce4a53670668d6fd1e34685197151c17fd1b378 from master
|
|
Backport of b68b8cb89abb35ff2152175ea540619ec384b1f4 from master
|
|
signing.dumps()/loads() changes.
Follow up to 71c4fb7beb8e3293243140e4bd74e53989196440.
Backport of 1d6fdca557e674b9a789b51caadca8985e588492 from master
|
|
Backport of 8703680ebee47bfa9e912a30a0509798500bf42a from master
|
|
Backport of eb215da363e6cf0e8f3405db3c4392398c8777cb from master
|
|
Backport of bac5777bff8e8d8189193438b5af52f158a3f2a4 from master
|
|
Backport of 2d8dcba03aae200aaa103ec1e69f0a0038ec2f85 from master
|
|
__contained_by lookups on SQLite.
The current implementation works only for basic examples without
supporting nested structures and doesn't follow "the general principle
that the contained object must match the containing object as to
structure and data contents, possibly after discarding some
non-matching array elements or object key/value pairs from the
containing object".
Backport of ba691933cee375195c9c50f333dd4b2a3abbb726 from master.
|
|
Oracle.
The current implementation works only for basic examples without
supporting nested structures and doesn't follow "the general principle
that the contained object must match the containing object as to
structure and data contents, possibly after discarding some
non-matching array elements or object key/value pairs from the
containing object".
Backport of 02447fb133b53ec7d0ff068cc08f06fdf8817ef7 from master
|
|
Follow up to 22aab8662f0368b63f91f2526bdd0532524bc0fe
Backport of 248d03fbe932b0844c628e56dafba334f9e028e4 from master
|
|
StreamingHttpResponse docs.
Backport of d75436109694c286d9af48ae94ca39759d080214 from master
|
|
Backport of 51e536178cba9489b9d759f69f72f442af16ba32 from master
|
|
Backport of f65454801bfa13fc043fee0aca8f49af41380683 from master
|
|
related with models exceptions.
Backport of bc4fea92b296a7eacbd5f89263ca67515feeb53f from master
|
|
Backport of b5f0efa19c82d274082bcde8a8acae5038667614 from master
|
|
directories without __init__.py file."
This reverts commit 3cd3bebe8921e14b911b36b2a1cbceef8fb6294e.
Backport of ff55adbd0da6618abaf265d16196bf54f81aa77a from master
|
|
Backport of a2e621b14e85836362b7fc0e6b1bf7d7ff98e42b from master
|
|
Backport of 80f92177eb2a175579f4a6907ef5a358863bddca from master
|
|
3.7.8+, and 3.8.4+.
Fixed sending emails crash on email addresses with display names longer
then 75 chars on Python 3.6.11+, 3.7.8+, and 3.8.4+.
Wrapped display names were passed to email.headerregistry.Address()
what caused raising an exception because address parts cannot contain
CR or LF.
See https://bugs.python.org/issue39073
Co-Authored-By: Mariusz Felisiak <felisiak.mariusz@gmail.com>
Backport of 96a3ea39ef0790dbc413dde0a3e19f6a769356a2 from master
|
|
|
|
Backport of e7fa8aff432a90b6df9914d63aad239164b6b4d4 from master
|
|
Backport of 5ef6f626347f9ea13915f3cf5b8b045c5b42b102 from master
|
|
notes.
Django 2.2 and 3.0 don't support settings samesite='None' in
HttpResponse.set_cookie() so fix is not necessary and will not be
backported.
Backport of 9bc8b1ad2d88209bf45f389fe3cc8b94909b0e72 from master
|
|
HttpResponse.delete_cookie().
Cookies with the "SameSite" flag set to None and without the "secure"
flag will be soon rejected by latest browser versions.
This affects sessions and messages cookies.
Backport of 240cbb63bf9965c63d7a3cc9032f91410f414d46 from master
|
|
Backport of d08e6f55e3a986a8d4b3a58431d9615c7bc81eaa from master
|
|
Backport of 2cd3e7eeaf59265d87546ca122a273d4c4109e8b from master
|
|
based on instance to admin docs.
Backport of d38c34119e91a533c797098f150abe99b5ee2fd8 from master
|
|
Backport of 188f7786bc434a3e5ca7b46d2975a08318fe7452 from master
|
|
Backport of 2c43840dfba42ed02574a270d826fda08e4b50d1 from master
|
|
get_prep_value() method is complementary of from_db_value().
Follow up to e9103402c0fa873aea58a6a11dba510cd308cb84.
Backport of 52a0a03671437fc4c1be1eef431685a16aef8b43 from master
|
|
Backport of 1d8256719eecb724476e6cb8d63cfebf6ba1a3cc from master
|
|
methods and body.
Backport of 060576b0abac460d72714e300aa709d1e7a87dd7 from master
|
|
Backport of 697e59d5cf81e6c7e4a06ca98d6e3e16cea486dc from master
|
|
Backport of af2b3fee081e85e8487c3b64b7967a50ff8fe6cf from master
|
|
Backport of 639142e24d41c5e5a508cb1280f32fd7ff159cca from master
|
|
Backport of 659a73bc0a2df9be856e23fcfc6cc66d0d1a35fd from master
|
|
Backport of 5d4b9c1cab03f0d057f0c7751862df0302c65cf9 from master
|
|
Backport of d88952142bff1c0283a929749fb64c53d07ad91e from master
|
|
Backport of 392036be29b759204cbc4033072672acacabf3f7 from master
|
|
Backport of b142bd4a1b83b77c5c81a8cf5a80a63608f96ad4 from master
|
|
Backport of c2a835703f706583542e9dae82749ac3b92819f8 from master
|
|
Backport of 0f3aecf581b50215820455eb2f6a19a1b3b3ef8b from master
|
|
Backport of 8cf08a01b5039aacdb465f467f167684fa04b2d2 from master
|
|
Backport of 615e32162ff646db3456b90fb4eaaecc33dd3e4e from master
|
|
managing tables modifications.
Backport of d2c135da4c75079e45661ec609bd72f27dddf2a9 from master
|
|
Backport of 2afa61e7d99b2ff2656dc64b6e28db88baf786a4 from master
|
|
addition on PostgreSQL.
The namespace of the constraint must be included when making the
constraint immediate.
Regression in 22ce5d0031bd795ade081394043833e82046016c.
Thanks Rodrigo Estevao for the report.
Backport of 2e8941b6f90e65ffad3f07083b8de59e8ed29767 from master
|
|
redirects app docs.
Backport of a8c0246ece0716cea2ea6c1b313d4d93a10ee333 from master
|