summaryrefslogtreecommitdiff
path: root/docs
AgeCommit message (Collapse)Author
2020-01-02[3.0.x] Added release date for 3.0.2.Mariusz Felisiak
Backport of 434a81d320d1352b7c5db49800a99d0b285eefed from master
2020-01-02[3.0.x] Fixed typo in ref/forms/widgets.txt.Mariusz Felisiak
Backport of ef1286e3e3e2ea1a854b0169da2cefed0241903e from master
2019-12-31[3.0.x] Fixed #30780 -- Improved visibility of Getting Help FAQ in tutorials.Gabriel Augendre
Backport of 307c63f9a7c90a21368d8361cd76f48f372413ab from master
2019-12-31[3.0.x] Refs #30780 -- Moved "First steps" section to the top of index page.Gabriel Augendre
Backport of c07b4bce2c1d05308144aec86422d4cd2b45d818 from master
2019-12-30[3.0.x] Added guidelines for assertIs() usage.Mads Jensen
Backport of ea44d86ed43349db25b6b2d8e4d4af2d5c618cf9 from master
2019-12-30[3.0.x] Refs #29260 -- Doc'd Model.save() behavior change in Django 3.0.Simon Charette
Backport of 9e14bc2135cb806b66374bac791c79344fff4ded from master
2019-12-30[3.0.x] Fixed #31071 -- Disabled insert optimization for primary keys with ↵Simon Charette
defaults when loading fixtures. Model.save_base() is called directly when loading fixtures and assumes existing rows will be updated. Branching of "raw" allows to maintain the optimization introduced in #29260 while supporting this edge case. Regression in 85458e94e38c20e57939947ee515a1a53689659f. Thanks Reupen Shah for the report. Backport of 5779cc938a34eb96815c7a40ded2c8f6c8087c58 from master
2019-12-23[3.0.x] Fixed #31106 -- Fixed migrations crash on PostgreSQL 10+ when adding ↵Mariusz Felisiak
FK constraints inline and changing data. This allows adding foreign key constraints inline and changing data in the same migration on PostgreSQL 10+. Regression in 738faf9da2a5cd03148a36375db80746c99c9623. Thanks Janne Rönkkö for the report and Simon Charette for the implementation idea and review. Backport of 22ce5d0031bd795ade081394043833e82046016c from master
2019-12-23[3.0.x] Removed unnecessary code-block directives in various docs.Jon Dufresne
Backport of 5e00bd1f7717149573df9607b848297a520881d3 from master
2019-12-23[3.0.x] Fixed #31109 -- Disabled grouping by aliases on QuerySet.exists().Simon Charette
Clearing the SELECT clause in Query.has_results was orphaning GROUP BY references to it. Thanks Thierry Bastian for the report and Baptiste Mispelon for the bisect. Regression in fb3f034f1c63160c0ff13c609acd01c18be12f80. Backport of 720de4d0441fcfdb543051389c70efbe66ed962a from master
2019-12-21[3.0.x] Fixed #31110 -- Fixed typo in docs/ref/models/expressions.txt.Taoup
Backport of cebd41e41603c3ca77c5b29d6cd20c1bff43827f from master
2019-12-20[3.0.x] Refs #30767 -- Improved deployment documentation.Katie McLaughlin
Backport of abeb4599af5ea7a384e18ec6201a95c9e419b44a from master
2019-12-20[3.0.x] Added example of assertNumQueries() with "using" kwarg in testing ↵Garry Polley
topics docs. Backport of 0b698eaea611d3bafa86d6d81d9203b482600ccb from master
2019-12-20[3.0.x] Removed outdated information from contrib.sites docs.Garry Polley
Backport of d216e67b0cf7b161c8f532ca742e87eb8cf98f4b from master
2019-12-19[3.0.x] Refs #28954 -- Remove remaining Jython documentation.Nick Pope
There is still no further progress on Jython 3 since support for Jython was stripped in Django 2.0. The developers experimenting with Jython 3 have stated that they would need to start from scratch, so it doesn't look as though it will materialize for years to come. Python 2 and Django 1.11, the last version to support Python 2.7, will both be end-of-life before Django 3.1 is released. We should no longer instruct users to use an unsupported version of Django. Backport of d8b6a76bc745b21c6cf2b29c220a91bcae7fd3d7 from master
2019-12-19[3.0.x] Fixed #31094 -- Included columns referenced by subqueries in GROUP ↵Simon Charette
BY on aggregations. Thanks Johannes Hoppe for the report. Regression in fb3f034f1c63160c0ff13c609acd01c18be12f80. Co-authored-by: Mariusz Felisiak <felisiak.mariusz@gmail.com> Backport of 5a4d7285bd10bd40d9f7e574a7c421eb21094858 from master
2019-12-18[3.0.x] Corrected some typos in documentation.Hasan Ramezani
Backport of 70d95682b1be6a85abdeaea0205a897f7530f8bc from master
2019-12-18[3.0.x] Added stub release notes for 3.0.2.Mariusz Felisiak
Backport of 50a69efb2e73ab8b3ef26042d4579e8ade950c37 from master
2019-12-18[3.0.x] Updated Pytest example in upgrade documentation.Adam Johnson
Pytest changed their recommended entrypoint to 'pytest' in version 3.0.0 in 2016 : https://docs.pytest.org/en/latest/changelog.html#id1009. Also link the name since this is the only reference in the Django documentation at current. Backport of ef3baf966d73c71480198d6194fa277ef7daa87d from master
2019-12-18[3.0.x] Added CVE-2019-19844 to the security archive.Mariusz Felisiak
Backport of 5a2b9f0b546222e928df91310acb9cf363a6c920 from master
2019-12-18[3.0.x] Fixed CVE-2019-19844 -- Used verified user email for password reset ↵Simon Charette
requests. Backport of 5b1fbcef7a8bec991ebe7b2a18b5d5a95d72cb70 from master. Co-Authored-By: Florian Apolloner <florian@apolloner.eu>
2019-12-13[3.0.x] Doc'd HttpResponse.set_cookie()'s secure argument.Osaetin Daniel
Backport of 14e690ae5a6d4ddeb1ac021f78e2e6e333214ef8 from master
2019-12-13[3.0.x] Refs #6657 -- Corrected ↵Osaetin Daniel
HttpResponse.set_cookie()/set_signed_cookie() signatures in docs. Backport of 15c5875e693cc972c996a921560624c355ab8fdd from master
2019-12-12[3.0.x] Fixed #31069, Refs #26431 -- Doc'd RegexPattern behavior change in ↵Hasan Ramezani
passing optional named groups in Django 3.0. Backport of 9736137cdc4b7528a0aca17415dc9798660eed81 from master
2019-12-12[3.0.x] Fixed typos in 3.0 release notes and docs/ref/request-response.txt.Hasan Ramezani
Backport of 52018e1615edfafcb5170ba6b473132fe2f9a534 from master
2019-12-11[3.0.x] Refs #31073 -- Added release notes for ↵Mariusz Felisiak
02eff7ef60466da108b1a33f1e4dc01eec45c99d. Backport of ec12c37384798093e359971c8980fe0c68d555bc from master
2019-12-09[3.0.x] Fixed typo in docs/releases/3.0.1.txt.Ali Mirlou
Backport of 663bb435deb1d6c407818dacfdcddd458e9b60c6 from master
2019-12-06[3.0.x] Fixed #31060 -- Reallowed window expressions to be used in ↵Alex Aktsipetrov
conditions outside of queryset filters. Regression in 4edad1ddf6203326e0be4bdb105beecb0fe454c4. Thanks utapyngo for the report. Backport of bf12273db4e53779546e2ac7b65c0ce8e3c8a640 from master.
2019-12-06[3.0.x] Fixed #31061 -- Ignored positional args in django.urls.resolve() ↵Mariusz Felisiak
when all optional named parameters are missing. Regression in 76b993a117b61c41584e95149a67d8a1e9f49dd1. Thanks Claude Paroz for the report and Carlton Gibson for reviews. Backport of 82a88d2f48e13ef5d472741d5ed1c183230cfe4c from master
2019-12-05[3.0.x] Fixed #31062 -- Doc'd asgi.py in tutorials and project templates.Mariusz Felisiak
Backport of 3930ec1bf275d17f1c36cd38b38114177b1d1565 from master
2019-12-05[3.0.x] Fixed typo in docs/releases/3.0.txt.jsals1
Backport of 1f62c008d1c983b4e5450a8764605aa6246e1cb4 from master
2019-12-04[3.0.x] Fixed #20456 -- Added example of directly testing CBVs in topics docs.Felipe Lee
Backport of a2e96f7969059fb4e621a1cd591fbdd0d4deae2e from master
2019-12-04[3.0.x] Fixed #31024 -- Clarified {% firstof %} tag's handling of arguments.Uttam Kini
Backport of d646e3d14fa04b5081476b84f4500c8651c167c2 from master
2019-12-04[3.0.x] Fixed #31059 -- Fixed typo in docs/releases/3.0.txt.Mariusz Felisiak
Backport of 95ae1a9f8caf9c63c14c1a7c3e15594d3181b3ca from master
2019-12-04[3.0.x] Removed leftover word in CBV mixins docs.Claude Paroz
Backport of d83b585e5cc2b6dec49982670b86d6b4dd339342 from master
2019-12-03[3.0.x] Fixed typo in internals/contributing/writing-documentation.txt.Hasan Ramezani
Backport of b1d39131ebb9f20bea182cb63a8a580fc4b3c00d from master
2019-12-03[3.0.x] Fixed #31056 -- Allowed disabling async-unsafe check with an ↵Andrew Godwin
environment variable. Backport of c90ab30fa1305481024b9c3c50b5a6ed6cd9a2f5 from master
2019-12-03[3.0.x] Refs #30451 -- Doc'd asynchronous support and async-safety.Andrew Godwin
Backport of 635a3f8e6e0303e8a87586ef6be4ab0cc01d7c0d from master
2019-12-03[stable/3.0.x] Fixed typo in topics docsClaude Paroz
Backport of b92d101bd868aa460d16d1196a798df7e5c1ea33 from master.
2019-12-02[3.0.x] Added stub release notes for 3.0.1.Mariusz Felisiak
Backport of 908c67e719a54b8b612cb7df732126f42350f3fa from master
2019-12-02[3.0.x] Fixed #31006 -- Doc'd backslash escaping in date/time template filters.Ryan Cheley
Backport of a1f14ee3e5a2160c2eef1dad58a1da11be4b1531 from master
2019-12-02[3.0.x] Finalized release notes for Django 3.0.Carlton Gibson
Backport of 3b347a8a00273e9cc2fd9d4a5c61569c08398769 from master
2019-12-02[3.0.x] Added CVE-2019-19118 to the security archive.Carlton Gibson
Backport of 900ea762e5d1342e84a645483d05b90e6d908f2d from master
2019-12-02[3.0.x] Removed issue reporter name from 2.1.15 and 2.2.8 release notes.Carlton Gibson
Backport of 368b8d20aaa16f0ef763759a0a87d986ef460584 from master
2019-12-02[3.0.x] Added release dates for 2.1.15, 2.2.8 and 3.0.Carlton Gibson
Backport of e31d1852671866f6e52d55f9b7925ecad711fcf5 from master
2019-12-02Fixed CVE-2019-19118 -- Required edit permissions on parent model for ↵Carlton Gibson
editable inlines in admin. Thank you to Shen Ying for reporting this issue.
2019-12-02[3.0.x] Refs #30953 -- Added 2.1.15 release note for ↵Mariusz Felisiak
0107e3d1058f653f66032f7fd3a0bd61e96bf782. Backport of 39e39d0ac1b720e7460ec8ccf45926c78edb2047 from master
2019-12-02[3.0.x] Fixed #30953 -- Made select_for_update() lock queryset's model when ↵Mariusz Felisiak
using "self" with multi-table inheritance. Thanks Abhijeet Viswa for the report and initial patch. Backport of 0107e3d1058f653f66032f7fd3a0bd61e96bf782 from master
2019-11-29[3.0.x] Fixed #31021 -- Fixed proxy model permissions data migration crash ↵Mariusz Felisiak
with a multiple databases setup. Regression in 98296f86b340c8c9c968375d59f1d3a3479e60c2. Backport of e8fcdaad5c428878d0a5d6ba820d957013f75595 from master
2019-11-28[3.0.x] Fixed #31029 -- Used more specific links to RFCs.Baptiste Mispelon
Backport of ff1b19da6761217ed1b14cc7e94c6438903565d8 from master