summaryrefslogtreecommitdiff
path: root/docs
AgeCommit message (Collapse)Author
2020-04-07[3.0.x] Fixed CodeBlock deprecation warning on Sphinx 2.1+.Mariusz Felisiak
Backport of a4e4737cf36f3ba6f526587f2656cf4be64b91bf from master
2020-04-07[3.0.x] Fixed Sphinx warnings on duplicate object descriptions.Mariusz Felisiak
Backport of 69e2cd6fed40f3ecf767609b80ad31f288446e48 from master
2020-04-06[3.0.x] Fixed #31420 -- Fixed crash when filtering subquery annotation ↵Hasan Ramezani
against a SimpleLazyObject. Thanks Simon Charette for the solution and analysis. Backport of 4237050684427db45ea834fe89d9e11c0520201e from master
2020-04-06[3.0.x] Fixed #31423 -- Clarified nested atomic() example.Simon Charette
Backport of fa5e7e46d875d4143510944f19d79df7b1739bab from master
2020-04-01[3.0.x] Corrected docs spelling of PgBouncer.Carlton Gibson
Backport of b1f88476dbd738bdcc20466efd5ffcb83ab25093 from master
2020-04-01[3.0.x] Prevented (and corrected) single backtick usage in docs.Adam Johnson
Backport of 1cdfe8d91215eefaa18c398069dd9c6879a9511d from master.
2020-04-01[3.0.x] Refs #31320 -- Warned against using BEGIN/COMMIT in RunSQL.Adam Johnson
Backport of e9b014fbc56b9baf91019a803ab2a45788c5c44a from master
2020-04-01[3.0.x] Added stub release notes for 3.0.6.Carlton Gibson
Backport of a7e4ff370cdb046b048b40e6e0d043cc6a91247c from master
2020-04-01[3.0.x] Added release dates for 2.2.12 and 3.0.5.Carlton Gibson
Backport of b56243b77f6ae3125bd1a3f24163b28a13a30c5f from master
2020-03-31[3.0.x] Removed unused link in docs/faq/help.txt.Mariusz Felisiak
Unused since its introduction in 97cb07c3a10ff0e584a260a7ee1001614691eb1d. Backport of 3eaf6d67d01dd13baa7237153e7a6e371c56b336 from master
2020-03-30[3.0.x] Fixed links in Getting Help FAQ.Adam Johnson
Follow up to 6ef4c8aa9f887f72ebdacff229b9012686272e3a, Backport of 00ff7a44dee91be59a64559cadeeba0f7386fd6f from master
2020-03-27[3.0.x] Fixed #31400 -- Doc'd the expected type of CONN_MAX_AGE database option.Hasan Ramezani
Backport of bec4dea844332390aecd72f22afc6673a3f5f5fc from master
2020-03-26[3.0.x] Rewrote Get Help FAQ.Adam Johnson
Backport of 6ef4c8aa9f887f72ebdacff229b9012686272e3a from master
2020-03-26[3.0.x] Fixed #31330 -- Corrected catchall URL pattern in flatpages docs.Carlton Gibson
Use re_path() pattern with the regex used before original regression in df41b5a05d4e00e80e73afe629072e37873e767a. Regression in a0916d7212aaae634f4388d47d8717abc2cd9036. Backport of 8f2a6c76d19e4010c4683b20ed7f1eb4b07c17eb from master
2020-03-25[3.0.x] Added additional note that tests use locmem email backend.Adam Johnson
Backport of f344c75fb09f75879334740f1f8a09c176d93c12 from master
2020-03-25[3.0.x] Improved docs on migration reversibility.Adam Johnson
- Clarify reversibility for RunSQL and RunPython operations. - Add example for migrate with irreversible migration. Co-authored-by: Carlton Gibson <carlton.gibson@noumenal.es> Backport of b15b3706fec8ef59577ac47118ee0c62132a03a6 from master
2020-03-25[3.0.x] Improved sessions notes in deployment checklist.Adam Johnson
- Added note to clear old sessions when using database-backend. - Made note to consider the cache backend more generic. Backport of 66b06822d05ca1cf897745e7cb3c89adc53363ba from master
2020-03-25[3.0.x] Fixed #31377 -- Disabled grouping by aliases on ↵Hasan Ramezani
QuerySet.values()/values_list() when they collide with field names. Regression in fb3f034f1c63160c0ff13c609acd01c18be12f80. Thanks Holovashchenko Vadym for the report. Backport of 10866a10fe9f0ad3ffdf6f93823aaf4716e6f27c from master
2020-03-24[3.0.x] Added link to contributing docs in deprecation policy.Adam Johnson
Backport of f1db2ca7328ff9f0f8b4db81699cc46ff5c8cc37 from master
2020-03-24[3.0.x] Fixed #31385 -- Improved wording in tutorial 1.Victor Moura
Backport of 1628b35b586e07ea47a82713192d0e4662268686 from master
2020-03-23[3.0.x] Removed obsolete references to South database migrations.Tim Graham
Backport of 291539a85c8461456ab728fe6820a86de54294b6 from master
2020-03-18[3.0.x] Fixed #31368 -- Doc'd 'expression' parameter of ↵Hasan Ramezani
Field.from_db_value()/Expression.convert_value(). Backport of 6929f13254ce42b0a4ee5d677591d47b61023ae7 from master
2020-03-17[3.0.x] Fixed typo in docs/topics/async.txt.Carlton Gibson
Backport of f622b490106289e78c727c464d001e01a4f71d8b from master
2020-03-17[3.0.x] Made logging config examples more accessible.Ben Li-Sauerwine
- Show an initial example configuring the root logger to output to the console. - Then add more logging from the `django` named logger. - Then show the file and more complex examples. Adjusted surrounding text for reading flow. Co-authored-by: Carlton Gibson <carlton.gibson@noumenal.es> Backport of fc84848cd9509409e420b21b6db697f22f2c82a4 from master
2020-03-17[3.0.x] Corrected outdated sentence in One-to-one relationships docs.Philipp Bosch
Backport of f75af5b67bac58d6c6d043d5e9e14bd0908505dd from master
2020-03-14[3.0.x] Fixed #31362 -- Removed nonexistent choices attribute from ↵David Smith
MultipleHiddenInput's docs. Follow up to 65c13f9675d2ca7fc1c925e7182a2e35d07ff5fb. Backport of 7075d27b0c75f1431f29497f4353cd742906b357 from master
2020-03-14[3.0.x] Fixed #31330 -- Updated flatpages URLconf example to work with ↵Hasan Ramezani
APPEND_SLASH. Regression in df41b5a05d4e00e80e73afe629072e37873e767a. Backport of a0916d7212aaae634f4388d47d8717abc2cd9036 from master
2020-03-13[3.0.x] Refs #31224 -- Doc'd async adapter functions.Andrew Godwin
Backport of 40a64dd1e24d45f8e00a55b22a5174b8f1359b5c from master
2020-03-10[3.0.x] Fixed #30439 -- Added support for different plural forms for a language.Claude Paroz
Thanks to Michal Čihař for review. Backport of e3e48b00127c09eafe6439d980a82fc5c591b673 from master
2020-03-10[3.0.x] Added stub release notes for 2.2.12.Carlton Gibson
Backport of a4200e958d1da46465d7d684674a1711bc9f65e0 from master
2020-03-10[3.0.x] Clarified SeparateDatabaseAndState docs and added example of ↵Adam Johnson
changing ManyToManyField. Co-Authored-By: Mariusz Felisiak <felisiak.mariusz@gmail.com> Co-Authored-By: Carlton Gibson <carlton.gibson@noumenal.es> Co-Authored-By: René Fleschenberg <rene@fleschenberg.net> Backport of a9ee6872bd9e1bacc2da827dbd5b9093f724e4a5 from master
2020-03-10[3.0.x] Fixed #27865 -- Adjusted docs example to avoid confusion with ↵Adam Radwon
models.BaseManager. Backport of a2f554249ec07d4643643773a995579f98564ac1 from master
2020-03-10[3.0.x] Corrected learn_cache_key() signature in docs.Mariusz Felisiak
Follow up to b22415214a7bdeaf8ccd7b8b21872038ab865991. Backport of 5e17301f38d0a4f372d4d36762a464f5f4714ebd from master
2020-03-10[3.0.x] Updated migrations example in tutorial 2.Mariusz Felisiak
Follow up to a97845a823c86b1d6e65af70fbce64e6e747e081. Backport of 5da627a58f41d6854342e95a171a82f5b2309d52 from master
2020-03-10[3.0.x] Corrected get_cache_key() signature in docs.Борис Верховский
Follow up to b22415214a7bdeaf8ccd7b8b21872038ab865991 and cb17f7ca2252265ab4a844e7924cb8ebab4a1a76 Backport of d82d2d49d629f010da2c0d81b5927946d971ae72 from master
2020-03-09[3.0.x] Fixed #31350 -- Fixed typo in docs/topics/db/optimization.txt.Shrikrishna Singh
Backport of 370628673b98ada302c3930865c4bfde2d8ed5a1 from master
2020-03-06[3.0.x] Doc'd return values of as_sql() for Func and query expressions.Adam Johnson
Backport of 8c1b073b596af23c02020879219b4e85f15a836d from master
2020-03-06[3.0.x] Added missing backticks in various docs.Mariusz Felisiak
Backport of 30ca66eadd1135d220ae1f0570bb0244c26b9d29 from master
2020-03-06[3.0.x] Fixed #31342 -- Clarified docs about using base managers for related ↵Carlton Gibson
objects. Backport of 08a6215d334f88f16707278e6003af59d13345b4 from master
2020-03-05[3.0.x] Fixed #31341 -- Doc'd minimal gettext version with ES6 template ↵Claude Paroz
strings support. Backport of 2f53d324debee680658aed7f22f1aaf81385b1f2 from master
2020-03-04[3.0.x] Added stub release notes for 3.0.5.Mariusz Felisiak
Backport of 1b3a900a6919f9ffcfe22fae738e49b71e798ee0 from master
2020-03-04[3.0.x] Fixed typo in docs/releases/1.11.29.txt.Mariusz Felisiak
Backport of 43f8ba1c7c0a264b67224c62b48fcd0dfdaddec3 from master
2020-03-04[3.0.x] Added CVE-2020-9402 to security archive.Mariusz Felisiak
Backport of f37f9a0bf061fd0dfe4e45adb39157c3307ec8e2 from master
2020-03-04[3.0.x] Fixed CVE-2020-9402 -- Properly escaped tolerance parameter in GIS ↵Mariusz Felisiak
functions and aggregates on Oracle. Thanks to Norbert Szetei for the report.
2020-03-03[3.0.x] Fixed #31150 -- Included subqueries that reference related fields in ↵Mariusz Felisiak
GROUP BY clauses. Thanks Johannes Hoppe for the report. Regression in fb3f034f1c63160c0ff13c609acd01c18be12f80. Co-authored-by: Simon Charette <charette.s@gmail.com> Backport of 7b8fa1653fde578ab3a496d9974ab1d4261b8b26 from master
2020-03-03[3.0.x] Documented default value of InlineModelAdmin.extra.Adam Johnson
Backport of 3bd29a8a973e2bb11b00666458344aeab5684a39 from master
2020-02-29[3.0.x] Removed outdated note about not supporting partial indexes by Django.Mariusz Felisiak
Supported since a906c9898284a9aecb5f48bdc534e9c1273864a6. Backport of a49c2b6bf098eb48c07641f60dba9be78c6cc92f from master
2020-02-27[3.0.x] Fixed #31312 -- Properly ordered temporal subtraction params on MySQL.Simon Charette
Regression in 9bcbcd599abac91ea853b2fe10b784ba32df043e. Thanks rick2ricks for the report. Backport of 41ebe60728a15aa273f4d70de92f5246a89c3d4e from master
2020-02-27[3.0.x] Fixed #31313 -- Fixed is_upperclass() example in enumeration types docs.Andrey Doroschenko
Backport of f1016814d84b1423cfe0df85644c9870a6bc6b41 from master
2020-02-26[3.0.x] Removed hint from fields.E310 message in system check docs.Mariusz Felisiak
This is the only documented hint. Backport of 667f784baab31f11d2469e5d22bbdc2390dbc030 from master