summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2020-08-03[3.0.x] Bumped version for 3.0.9 release.3.0.9Mariusz Felisiak
2020-08-03[3.0.x] Added release date for 2.2.15 and 3.0.9.Mariusz Felisiak
Backport of b68b8cb89abb35ff2152175ea540619ec384b1f4 from master
2020-07-31[3.0.x] Corrected signing.dumps()/loads() signatures in docs.Mariusz Felisiak
Backport of 8703680ebee47bfa9e912a30a0509798500bf42a from master
2020-07-29[3.0.x] Corrected admin.register() signature in docs.Andrzej Bartosiński
Backport of eb215da363e6cf0e8f3405db3c4392398c8777cb from master
2020-07-29[3.0.x] Refs #30165 -- Removed leftover 'u' prefix.Claude Paroz
Backport of bac5777bff8e8d8189193438b5af52f158a3f2a4 from master
2020-07-23[3.0.x] Fixed #31821 -- Removed outdated note in FILE_UPLOAD_PERMISSIONS docs.Harpreet Sharma
Follow up to 22aab8662f0368b63f91f2526bdd0532524bc0fe Backport of 248d03fbe932b0844c628e56dafba334f9e028e4 from master
2020-07-23[3.0.x] Fixed #31816 -- Corrected the expected content type in ↵LincolnPuzey
StreamingHttpResponse docs. Backport of d75436109694c286d9af48ae94ca39759d080214 from master
2020-07-22[3.0.x] Fixed typo in docs/ref/models/querysets.txt.Ramiro Morales
Backport of 51e536178cba9489b9d759f69f72f442af16ba32 from master
2020-07-22[3.0.x] Fixed #31814 -- Fixed typo in docs/ref/settings.txt.Buk Bukowski
Backport of f65454801bfa13fc043fee0aca8f49af41380683 from master
2020-07-22[3.0.x] Doc'd Model.MultipleObjectsReturned docs and improved documentation ↵Adam Johnson
related with models exceptions. Backport of bc4fea92b296a7eacbd5f89263ca67515feeb53f from master
2020-07-22[3.0.x] Refs #24763 -- Moved DoesNotExist to Model class docs.Adam Johnson
Backport of b5f0efa19c82d274082bcde8a8acae5038667614 from master
2020-07-22[3.0.x] Fixed #31805 -- Fixed SchemaTests.tearDown() when table names are ↵Mariusz Felisiak
case-insensitive. Backport of fd53db842c35c994dbd54196dd38a908f3676b1a from master
2020-07-22[3.0.x] Fixed #31797 -- Skipped schema tests on specific MariaDB versions.Mariusz Felisiak
test_alter_not_unique_field_to_primary_key() test is affected by https://jira.mariadb.org/browse/MDEV-19598 on MariaDB 10.4.4 to 10.5.1. test_alter_pk_with_self_referential_field() test is affected by https://jira.mariadb.org/browse/MDEV-22775 on MariaDB 10.4 series from 10.4.13. Backport of c071c408d72330b422c124a6bdd85a68acae9566 from master
2020-07-21[3.0.x] Refs #31720 -- Added examples to BoolAnd() and BoolOr() documentation.David Chorpash
Backport of a2e621b14e85836362b7fc0e6b1bf7d7ff98e42b from master
2020-07-20[3.0.x] Improved description of USE_THOUSAND_SEPARATOR setting.Adam Johnson
Backport of 80f92177eb2a175579f4a6907ef5a358863bddca from master
2020-07-20[3.0.x] Fixed #31784 -- Fixed crash when sending emails on Python 3.6.11+, ↵Florian Apolloner
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
2020-07-17[3.0.x] Improved ManyToManyField.through docs.Adam Johnson
Backport of e7fa8aff432a90b6df9914d63aad239164b6b4d4 from master
2020-07-16[3.0.x] Refs #31502 -- Made minor edits to Model._state docs.Adam Johnson
Backport of 5ef6f626347f9ea13915f3cf5b8b045c5b42b102 from master
2020-07-16[3.0.x] Fixed #31790 -- Fixed setting SameSite cookies flag in ↵Mariusz Felisiak
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.
2020-07-15[3.0.x] Fixed typo in docs/ref/contrib/postgres/forms.txt.Eric Theise
Backport of d08e6f55e3a986a8d4b3a58431d9615c7bc81eaa from master
2020-07-13[3.0.x] Fixed #21528 -- Added note about filtering form field's queryset ↵Caio Ariede
based on instance to admin docs. Backport of d38c34119e91a533c797098f150abe99b5ee2fd8 from master
2020-07-10[3.0.x] Refs #30676 -- Added pdb argument to DiscoverRunner docs.Mariusz Felisiak
Backport of 2c43840dfba42ed02574a270d826fda08e4b50d1 from master
2020-07-10[3.0.x] Corrected custom model fields how-to.Ramiro Morales
get_prep_value() method is complementary of from_db_value(). Follow up to e9103402c0fa873aea58a6a11dba510cd308cb84. Backport of 52a0a03671437fc4c1be1eef431685a16aef8b43 from master
2020-07-08[3.0.x] Removed unsupported third-party database backends from docs.Carlton Gibson
Backport of 1d8256719eecb724476e6cb8d63cfebf6ba1a3cc from master
2020-07-08[3.0.x] Fixed #31739 -- Documented dependency between HttpRequest stream IO ↵Tim Park
methods and body. Backport of 060576b0abac460d72714e300aa709d1e7a87dd7 from master
2020-07-08[3.0.x] Fixed #31502 -- Documented Model._state.db and Model._state.addingTim Park
Backport of 697e59d5cf81e6c7e4a06ca98d6e3e16cea486dc from master
2020-07-08[3.0.x] Fixed #24816 -- Clarified docs about preventing duplicate signals.Jason Held
Backport of 639142e24d41c5e5a508cb1280f32fd7ff159cca from master
2020-07-08[3.0.x] Fixed #29308 -- Clarified how assertQuerysetEqual()'s transform works.Jacob Walls
Backport of 659a73bc0a2df9be856e23fcfc6cc66d0d1a35fd from master
2020-07-03[3.0.x] Fixed #30945 -- Doc'd plural equations changes in 2.2. release notes.David Smith
Backport of 392036be29b759204cbc4033072672acacabf3f7 from master
2020-07-02[3.0.x] Refs #6903 -- Adjusted ModelAdmin.preserve_filters docs.Carlton Gibson
Backport of b142bd4a1b83b77c5c81a8cf5a80a63608f96ad4 from master
2020-07-01[3.0.x] Added stub release notes for 3.0.9.Mariusz Felisiak
Backport of c2a835703f706583542e9dae82749ac3b92819f8 from master
2020-07-01[3.0.x] Post-release version bump.Mariusz Felisiak
2020-07-01[3.0.x] Bumped version for 3.0.8 release.3.0.8Mariusz Felisiak
2020-07-01[3.0.x] Added release date for 2.2.14 and 3.0.8.Mariusz Felisiak
Backport of 0f3aecf581b50215820455eb2f6a19a1b3b3ef8b from master
2020-06-30[3.0.x] Fixed #31751 -- Fixed database introspection with cx_Oracle 8.Mariusz Felisiak
Backport of 615e32162ff646db3456b90fb4eaaecc33dd3e4e from master
2020-06-29[3.0.x] Fixed #30807 -- Fixed TestArchive.test_extract_file_permissions() ↵Ad Timmering
when umask is 0o000. Fixed test that checks permissions on files extracted from archives with no permissions set, to not assume a default umask of 0o002. Test regression in c95d063e776e849cf1a0bf616c654165cb89c706. Backport of ec5aa2161d8015a3fe57dcbbfe14200cd18f0a16 from master
2020-06-26[3.0.x] Fixed #31743 -- Doc't that managed=False prevents Django from ↵Steven Pousty
managing tables modifications. Backport of d2c135da4c75079e45661ec609bd72f27dddf2a9 from master
2020-06-24[3.0.x] Refs #31493 -- Replaced var with const/let in documentation JS.Adam Johnson
Backport of 2afa61e7d99b2ff2656dc64b6e28db88baf786a4 from master Co-authored-by: Carlton Gibson <carlton.gibson@noumenal.es>
2020-06-24[3.0.x] Fixed #31735 -- Fixed migrations crash on namespaced inline FK ↵Simon Charette
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
2020-06-17[3.0.x] Adjusted model definition in GeoDjango tutorial.David Smith
The example uses the world border data set, where one of the entries has a null field value. Backport of 6bc9283751d51cab474d1bf6883a3b40cce32d4b from master
2020-06-15[3.0.x] Fixed #31689 -- Doc'd caveat about using bulk_create()'s ↵Tobias Krönke
ignore_conflicts on MariDB and MySQL. Backport of 69e0d9c553bb55dde8d7d1d479a78bfa7093f406 from master
2020-06-15[3.0.x] Fixed #31696 -- Updated OWASP links in docs.Hasan Ramezani
Backport of a16080810bee8b3baf9ae7ac7b8433cb7b293e00 from master
2020-06-15[3.0.x] Fixed #31690 -- Added note about fuzzy entries in translation docs.sebashwa
Backport of 3d664a158de18acf72fc8e0671f0f390cbca4b2e from master
2020-06-11[3.0.x] Refs #31660 -- Fixed annotations.tests crash on MySQL.Mariusz Felisiak
Follow up to be7a295141337189b9eceea506489bdfe07f199e.
2020-06-10[3.0.x] Refs #31682 -- Doc'd minimal sqlparse version in Django 2.2.Mariusz Felisiak
Support for sqlparse < 0.2.2 was broken in 40b0a58f5ff949fba1072627e4ad11ef98aa7f36 because is_whitespace property was added in sqlparse 0.2.2. Backport of 4339f2aff272bceabd67e452c65bcfe0700b3f09 from master
2020-06-08[3.0.x] Fixed #31664 -- Reallowed using non-expressions having filterable ↵Nicolas Baccelli
attribute as rhs in queryset filters. Regression in 4edad1ddf6203326e0be4bdb105beecb0fe454c4. Backport of b38d44229ff185ad156bcb443d6db0db7ae3eb98 from master
2020-06-08[3.0.x] Fixed #31660 -- Fixed queryset crash when grouping by m2o relation.Mariusz Felisiak
Regression in 3a941230c85b2702a5e1cd97e17251ce21057efa. Thanks Tomasz Szymański for the report. Backport of 78ad4b4b0201003792bfdbf1a7781cbc9ee03539 from master
2020-06-05[3.0.x] Fixed #31654 -- Fixed cache key validation messages.Mariusz Felisiak
Backport of 926148ef019abcac3a9988c78734d9336d69f24e from master
2020-06-04[3.0.x] Fixed #31650 -- Added note uniqueness of constraints names in docs.Hasan Ramezani
Backport of 55556e51fb152c864ddc782d9b56e8b785ccf8bc from master
2020-06-03[3.0.x] Updated How to install Django on Windows guide.David Smith
Backport of 25352dc019d175dfa6e62a50de76cb3614955077 from master