summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2021-02-19[3.1.x] Bumped version for 3.1.7 release.3.1.7Carlton Gibson
2021-02-18[3.1.x] Fixed CVE-2021-23336 -- Fixed web cache poisoning via ↵Nick Pope
django.utils.http.limited_parse_qsl().
2021-02-17[3.1.x] Added documentation extlink for bugs.python.org.Nick Pope
Backport of d02d60eb0f032c9395199fb73c6cd29ee9bb2646 from master
2021-02-12[3.1.x] Fixed #32438 -- Fixed typo in docs/topics/testing/tools.txt.David Smith
Backport of e412b288455dd3ea6f1d65c8ec5d01751e489976 from master
2021-02-08[3.1.x] Fixed #32430 -- Doc'd base class-based views.Anil Khatri
Backport of 6ee86a12ee29fcd4f3d7c9f1ad6de8cde4637b06 from master
2021-02-08[3.1.x] Fixed #32408 -- Doc'd django.views.generic.detail.BaseDetailView.Anil Khatri
Backport of de4492fbb1e48f8b258baa182220d4247f345177 from master
2021-02-05[3.1.x] Fixed ↵Mariusz Felisiak
backends.postgresql.tests.Tests.test_nodb_cursor_raises_postgres_authentication_failure(). Follow up to 9efe832ee1e5da326e4ee5ed370db963b8fe6624.
2021-02-04[3.1.x] Fixed #31550 -- Adjusted ASGI test_file_response for various Windows ↵Christopher Keith
content types. Backport of 76181308fb02e67794d0cc1471766a5d7e4c877e from master
2021-02-04[3.1.x] Corrected typo in advice to new contributors.Carlton Gibson
Backport of e48e78738e224a056df57b7cb08bd48ac0e54f60 from master
2021-02-04[3.1.x] Refs #32412 -- Adjusted link from tutorial to reference docs.GabbyPrecious
The writing code index page is a better location for a newer contributor to land, than the specific patch guidelines subpage. Backport of aa29c57beea7e8e570f8a597ea806ca3e2b3431d from master
2021-02-04[3.1.x] Refs #32412 -- Adjusted beginning of Advice for new contributors.GabbyPrecious
With the goal of guiding folks to the right destination: * Improved wording of tutorial call-out. * Added summary of page purpose. * Added link to Writing code reference doc. Backport of e733c9ac1746cedc78efabff340379f1c9ee47da from master
2021-02-02[3.1.x] Fixed #32403 -- Fixed re-raising DatabaseErrors when using only ↵Mariusz Felisiak
'postgres' database. Thanks Kazantcev Andrey for the report. Regression in f48f671223a20b161ca819cf7d6298e43b8ba5fe. Backport of f131841c601b9d4884adcdb284b4213c2ad89231 from master
2021-02-01[3.1.x] Fixed typo in docs/ref/forms/widgets.txt.Brad Solomon
Backport of f9cfd346f0222d86bfbac26ef5455806965bae6b from master
2021-02-01[3.1.x] Added stub release notes for 3.1.7.Mariusz Felisiak
Backport of 8d3c3a57174a072479978d60f5ecdb9fd3c2fd23 from master
2021-02-01[3.1.x] Added CVE-2021-3281 to security archive.Mariusz Felisiak
Backport of f749148d62ece28d208ab66b109f858215ba090a from master
2021-02-01[3.1.x] Post-release version bump.Mariusz Felisiak
2021-02-01[3.1.x] Bumped version for 3.1.6 release.3.1.6Mariusz Felisiak
2021-02-01[3.1.x] Fixed CVE-2021-3281 -- Fixed potential directory-traversal via ↵Mariusz Felisiak
archive.extract(). Thanks Florian Apolloner, Shai Berger, and Simon Charette for reviews. Thanks Wang Baohua for the report. Backport of 05413afa8c18cdb978fcdf470e09f7a12b234a23 from master.
2021-01-29[3.1.x] Fixed GeoIPTest.test04_city() failure with the latest GeoIP2 database.Mariusz Felisiak
Backport of 135c800fe6138d7818501a384c0ebbdc5442762c from master
2021-01-28[3.1.x] Modernized custom manager exampleAdam Johnson
Since this example was added 15 years ago in a8ccdd0fcd631e8e928ef20547e1fe3e313dc607, the ORM has gained the ability to do the `COUNT(*)` related query, so do it with the ORM to avoid misleading users that raw SQL is only supported from manager methods. Backport of 59e503b6708d41a44f2aa320272de3e2ecb5d65c from master
2021-01-28[3.1.x] Fixed #32391 -- Used CSS flex properties for changelist filter.Denis Skulimovskiy
Matched layout adjustment using flex from admin sidebar added in d24ba1be7a53a113d19e2860c03aff9922efec24. Filters would become squashed when viewport was constrained or list display table became too wide. Backport of 269a76714616fd7ad166a14113f3354bab8d9b65 from master
2021-01-28[3.1.x] Fixed #32388 -- Clarified QuerySet.bulk_update() caveat about ↵Timothy McCurrach
duplicates for multiple batches. Backport of 241da3f06ee0c6f436341cda5890b221ac453e3b from master
2021-01-27[3.1.x] Fixed #32348, Refs #29087 -- Corrected tutorial for updated deleting ↵Carlton Gibson
inlines UI. Updated tutorial to match change in 24e540fbd71bd2b0843e751bde61ad0052a811b3 allowing deletion of original extra inlines. Backport of f4272d000af598018247fe9687dac0fd02a29a7c from master
2021-01-22[3.1.x] Refs #32372 -- Updated manager name in related objects reference docs.Jack
Follow up to 725c549ae7a34d83447201da7190f8d71c7fc2fc. Backport of 2b4b6c8af0aae8785bc1347cf1be2e8e70fd5ff3 from master
2021-01-22[3.1.x] Fixed #32372 -- Made examples in related objects reference docs ↵Jack Aitken
consistent. Backport of 725c549ae7a34d83447201da7190f8d71c7fc2fc from master
2021-01-20[3.1.x] Fixed #32371 -- Doc'd jquery.init.js dependency for admin widgets.Matthias Kestenholz
Backport of 7b3ec6bcc8309d5b2003d355fe6f78af89cfeb52 from master
2021-01-14[3.1.x] Fixed cross-link in CBV topic documentation.Carles Pina Estany
Backport of 7072bff1fd13ea706b2dc0ca10feef755872eb68 from master
2021-01-12[3.1.x] Removed unused import in docs/ref/models/expressions.txt.Mariusz Felisiak
Backport of fdc3d9dcaf87fb0a1350154561053faa331c3b69 from master
2021-01-11[3.1.x] Fixed #32313 -- Corrected QuerySet.in_bulk() signature.Iuri de Silvio
Backport of 02391bc98c406f3cd5e329d252ec5c4b63cf979e from master
2021-01-07[3.1.x] Fixed #32315 -- Doc'd FieldFile.path.Hasan Ramezani
Backport of 3eb98743dcaa0b7abd2d5832cba8cc9cb586a964 from master
2021-01-04[3.1.x] Fixed #32310 -- Fixed note about reverse accessors for intermediate ↵Fabio Sangiovanni
table for self-referential ManyToManyField. Backport of 2d6c9b97bc706aab1975f57e814461e90e389bb0 from master
2021-01-04[3.1.x] Post-release version bump.Carlton Gibson
2021-01-04[3.1.x] Added stub release notes for 3.1.6.Carlton Gibson
Backport of 966ed414b2adfc9ecc26a9d529dec99d94262cd9 from master
2021-01-04[3.1.x] Bumped version for 3.1.5 release.3.1.5Carlton Gibson
2021-01-04Added release date for 3.1.5.Carlton Gibson
Backport of 767917ed4901ca076572c7ec6806b91fb7581fdb from master.
2021-01-04[3.1.x] Refs #28741 -- Doc'd SESSION_COOKIE_DOMAIN requirement with ↵Tim Graham
CSRF_USE_SESSIONS. Similar considerations as refs #32065, again adding some nuance to afd375fc343baa46e61036087bc43b3d096bb0ca. Backport of 2e7ba6057cfc82a15a22b6021cd60cf307152e2d from master
2021-01-04[3.1.x] Fixed typo in docs/ref/templates/builtins.txt.Roland Geider
Backport of 3363cf42255b7a960902ab561613460ebe777331 from master
2021-01-02[3.1.x] Updated CVE URL.Tim Graham
Backport of 656b331b13e08e82bbf0b88d39080c5b1a02109c from master
2020-12-31[3.1.x] Fixed #32304 -- Fixed prefixing STATIC_URL and MEDIA_URL by ↵Mariusz Felisiak
SCRIPT_NAME for absolute URLs with no domain. Thanks Adam Hooper for the report. Regression in c574bec0929cd2527268c96a492d25223a9fd576. Backport of e13b71403bd1568abed237858127677144d43d23 from master
2020-12-29[3.1.x] Fixed #32299 -- Prevented mutating handlers when processing ↵Mariusz Felisiak
middlewares marking as unused in an async context. Thanks Hubert Bielenia for the report. Backport of 98ad327864aed8df245fd19ea9d2743279e11643 from master
2020-12-29[3.1.x] Corrected related fields checks messages in docs.Mariusz Felisiak
Backport of 72d04e03855536cf36090aedbb7aa8f1c4c8b443 from master
2020-12-23[3.1.x] Refs #30367 -- Changed remaining "pip install" to "python -m pip ↵Jon Dufresne
install" in docs. Backport of 429d089d0a8fbd400e0c010708df4f0d16218970 from master.
2020-12-23[3.1.x] Removed forms-MAX_NUM_FORMS POST data in docsJon Dufresne
The field is ignored server-side and only exists as a client-side convenience. Removing it slightly simplifies the documentation and avoids some distractions. Added note:: for MIN_NUM_FORMS/MAX_NUM_FORMS in Understanding the management form section. Co-authored-by: Carlton Gibson <carlton.gibson@noumenal.es> Backport of d3b3eb860dc140c56022704672e7f54fa8a0c648 from master
2020-12-21[3.1.x] Corrected code-block directives in docs/ref/models/meta.txt.Jon Dufresne
Backport of fe886eee36be8022f34cfe59aa61ff1c21fe01d9 from master
2020-12-21[3.1.x] Fixed typo in docs/ref/files/storage.txt.joshuapatel
Backport of 1190af5071775249b57c33f4d27d6c6481949d75 from master
2020-12-20[3.1.x] Updated isort URL to new location.Jon Dufresne
Backport of 28d998a41c92bdac8eeae6509ecc87ed044b30d0 from master
2020-12-17[3.1.x] Refs #30181 -- Corrected note about storing None in the cache.Nick Pope
Backport of d23dad5778b3610a5f870b4757ba628780924dd1 from master
2020-12-16[3.1.x] Fixed #32273 -- Doc'd AdminSite.unregister().Hasan Ramezani
Backport of bebd4cfa8f5e0d2dff2de5e50d86e849a40f4bb2 from master
2020-12-15[3.1.x] Fixed typo in docs/ref/forms/widgets.txt.Mariusz Felisiak
Thanks rgs258 for the report. Backport of 0ecc70b15aa3831c3945f55c1139ae15900b6104 from master
2020-12-15[3.1.x] Corrected formatting in settings docs.Carlton Gibson
Backport of 0ed6f3ba4b9d883ad0d961c6e65c455c3379e1b9 from master