summaryrefslogtreecommitdiff
path: root/docs/ref
AgeCommit message (Collapse)Author
2025-10-17[5.2.x] Fixed #36669 -- Doc'd that negative indexes are not supported in F() ↵aj2s
slices. Backport of f715bc8990b5b8a1df948c2b71e8edbdda47e7db from main.
2025-10-09[5.2.x] Corrected admin check IDs in docs.Mariusz Felisiak
Backport of 1167cd1d639c3fee69dbdef351d31e8a17d1fedf from main
2025-10-08[5.2.x] Fixed #36526 -- Doc'd QuerySet.bulk_update() memory usage when batching.Natalia
Thanks Simon Charette for the review. Backport of 608d3ebc8889863d43be1090d634b9507fe4a85e from main.
2025-10-08[5.2.x] Added missing backticks in docs/ref/models/fields.txt.Mariusz Felisiak
Backport of 4a8ca8bd6906b705c4445bc915d71beda2fc4b84 from main
2025-10-03[5.2.x] Refs #36143, #28596 -- Avoided mentioning exact query parameter ↵Jacob Walls
limit in bulk_create() docs. Backport of 0a09c60e97166e0188717ff340b4d93b72207e96 from main.
2025-09-23[5.2.x] Refs #25508 -- Used QuerySet.__repr__ in ↵Jacob Walls
docs/ref/contrib/postgres/search.txt. Backport of efb96138b4af774c22ae6e949410b45d69960357 from main.
2025-09-13[5.2.x] Fixed typo in docs/ref/contrib/contenttypes.txt.Jacob Walls
Backport of c48904a225e2e8f02274257247d5b7d29c5fe183 from main.
2025-09-12[5.2.x] Fixed #36597 -- Corrected directives for functions from email module ↵Mridul Dhall
in docs. Thanks Mike Edmunds for the report. Backport of e183d6c26c8da4486c151f9ce973828e2404a796 from main.
2025-09-09[5.2.x] Fixed #36486 -- Added MongoDB to list of third-party DB backends.Salman
Backport of 46fdeb1373aa7e9089d14440987444493cc9c2e0 from main
2025-09-04[5.2.x] Refs #36588 -- Warned about using external templates in ↵Jake Howard
startapp/startproject commands. Clarified that custom templates provided via `--template` for `starapp` and `startproject` are used as-is, adding a warning that malicious or poorly constructed templates may introduce security issues. Backport of 4e7a991c12a113229e0927974d3bf94ea04eecf6 from main.
2025-08-31[5.2.x] Removed unused import in docs/ref/models/expressions.txt example.Clifford Gama
Backport of 21603c5b50cda80610496248810bb6391f08b648 from main
2025-08-29[5.2.x] Fixed #35831 -- Documented the model form meta API in model form ↵Mustafa Pirbhai
reference docs. Co-authored-by: Jonathan <3218047+jernwerber@users.noreply.github.com> Co-authored-by: Mustafa <117516335+mspirbhai@users.noreply.github.com> Backport of 183fcebf88aa0762a2e28477f9b24c34341a75f4 from main.
2025-08-19[5.2.x] Fixed spelling of "logged-in" when used as an adjective in docs.mengxun
Backport of f5c944b3141c58bb4a5c7bbca61180b2ad7c13aa from main.
2025-08-13[5.2.x] Aligned format of constraint examples in ↵David Sanders
docs/ref/models/constraints.txt. Backport of fda3c1712a1eb7b20dfc91e6c9abae32bd64d081 from main.
2025-08-05[5.2.x] Fixed #36530 -- Extended fields.E347 to check for ManyToManyField ↵jkhall81
involving CompositePrimaryKey on either side. Thanks to Jacob Walls for the report. Backport of 2013092b693be0ebdf36f41dc61615a2de1bbe31 from main.
2025-07-13[5.2.x] Fixed typo in docs/ref/utils.txt.Clifford Gama
Backport of ac2d907f459b2cb7ddea7451764e7020ffee08e6 from main
2025-06-16[5.2.x] Fixed #36447 -- Selected preferred media type based on quality.Jake Howard
When matching which entry in the `Accept` header should be used for a given media type, the specificity matters. However once those are resolved, only the quality matters when selecting preference. Regression in c075508b4de8edf9db553b409f8a8ed2f26ecead. Thank you to Anders Kaseorg for the report. Backport of 12c1557060fc94fe5e1fbddc4578a4e29d38f77c from main.
2025-06-11[5.2.x] Fixed #36425 -- Standardized integer fields descriptions.junghwan16
Backport of 091f66e51aa900f7d7650529621bdc8e4b0dee68 from main.
2025-06-03[5.2.x] Fixed #36411 -- Made HttpRequest.get_preferred_type() consider media ↵Jake Howard
type parameters. HttpRequest.get_preferred_type() did not account for parameters in Accept header media types (e.g., "text/vcard; version=3.0"). This caused incorrect content negotiation when multiple types differed only by parameters, reducing specificity as per RFC 7231 section 5.3.2 (https://datatracker.ietf.org/doc/html/rfc7231.html#section-5.3.2). This fix updates get_preferred_type() to treat media types with parameters as distinct, allowing more precise and standards-compliant matching. Thanks to magicfelix for the report, and to David Sanders and Sarah Boyce for the reviews. Backport of c075508b4de8edf9db553b409f8a8ed2f26ecead from main.
2025-05-23[5.2.x] Fixed typo in docs/ref/forms/renderers.txt.Adam Zapletal
Backport of d2732c30af28381f5a2ff1b08f754eeb7a6dfeca from main.
2025-05-15[5.2.x] Added missing import in docs/ref/contrib/admin/index.txt.antoliny0919
Backport of a79c411147800a60169ea943545686cd9261cdc5 from main.
2025-05-15[5.2.x] Fixed incorrect spacing in docs/ref/contrib/postgres/fields.txt.Jacob Walls
Backport of e52100a2508ecbb105926128ce80f4ef04bb3c95 from main.
2025-05-02[5.2.x] Fixed #17461 -- Doc'd the presumed order of foreign keys on the ↵Clifford Gama
intermediary model of a self-referential m2m. Thanks Giannis Terzopoulos and Sarah Boyce for the reviews. Backport of 9d93e35c207a001de1aa9ca9165bdec824da9021 from main.
2025-04-27[5.2.x] Fixed #35931 -- Documented fields and methods of the FlatPage model.koresi
Co-authored-by: Clifford Gama <53076065+cliff688@users.noreply.github.com> Backport of 0ee06c04e0256094270db3ffe8b5dafa6a8457a3 from main.
2025-04-08[5.2.x] Clarified `url` and `name` arguments in flatpages URLconf ref docs.Clifford Gama
Backport of a2f7b3a6a04c8c46c38040c9d9d5bdc6298bd714 from main.
2025-04-08[5.2.x] Added missing closing parenthesis in docs/ref/contrib/flatpages.txt.Natalia
Backport of f9f0a183273724046710efbb3e6646d9fe3fd08e from main.
2025-04-02[5.2.x] Fixed #36213 -- Doc'd MySQL's handling of self-select updates in ↵Babak Mahmoudy
QuerySet.update(). Co-authored-by: Andro Ranogajec <ranogaet@gmail.com> Backport of be1b776ad8d6f9bccfbdf63f84b16fb81a13119e from main.
2025-03-31[5.2.x] Clarified pre_delete and post_delete's origin attributes.Clifford Gama
Backport of 9d5d0e8135a9654aa289cf922fcd00ad5e2a7fe5 from main.
2025-03-23[5.2.x] Updated ogrinfo output in GIS tutorial.dr-rompecabezas
Backport of fb65c520401d8eefb97725d16608444901cfed14 from main
2025-03-21[5.2.x] Refs #36095 -- Doc'd that ManyToManyField.through supports lazy ↵Clifford Gama
relationships. Backport of eb4ea9c3efca479b169bed88a5521c4cf47ed2a2 from main.
2025-03-21[5.2.x] Fixed #36266 -- Renamed HIDE_PRODUCTION_WARNING environment variable ↵Johanan Oppong Amoateng
to DJANGO_RUNSERVER_HIDE_WARNING. Backport of 5adadf6e8c74ab14d432e9d682ca1914789386de from main.
2025-03-19[5.2.x] Fixed #36097 -- Replaced GIS functions table with section headers ↵Sarah Boyce
for better readability and navigation. Backport of ed1e7c02c9db2cc28b3ab5621ce6315fcee54b27 from main.
2025-03-18[5.2.x] Fixed #33497 -- Doc'd that persistent DB connections should be ↵Carlton Gibson
disabled in ASGI and async modes. Backport of 8713e4ae96817a0c7be3f7a8fee25a7c7f819721 from main.
2025-03-18[5.2.x] Fixed #36078 -- Doc'd that Postgres normalizes a range field with no ↵Clifford Gama
points to empty. Co-authored-by: Sarah Boyce <42296566+sarahboyce@users.noreply.github.com> Backport of 611e7bc3a0633a35ae3430e359c646e02fa3801d from main.
2025-03-14[5.2.x] Fixed pronoun disagreement in docs/ref/models/querysets.txt.Clifford Gama
Backport of ef6a83789b310a441237a190a493c9586a4cb260 from main.
2025-03-14[5.2.x] Corrected aggregation example in docs/ref/models/querysets.txt.Clifford Gama
Backport of 3235e76eb50be20756f82cb3bbe8e32cc586f7bb from main.
2025-03-13[5.2.x] Fixed incorrect formatting for inline pluralized code references in ↵Clifford Gama
docs. Backport of efe3ca09e029c63e25f6e19843cb0c68cc7fa816 from main.
2025-03-12[5.2.x] Refs #25582 -- Doc'd query and fragment arguments for reverse_lazy().Adam Johnson
Backport of c70dbcf8358ca7ff34e76b11dae0740284663911 from main.
2025-03-10[5.2.x] Fixed #36066 -- Documented that Q objects can be used directly in ↵samruddhiDharankar
annotations. Backport of 9120a19c4ecb643111b073dd1069e6b410a03c23 from main.
2025-03-05[5.2.x] Fixed typo in docs/ref/checks.txt.hesham942
Backport of 8f942f1c1dbf4222c8ca48253f7959366ed1bb60 from main.
2025-03-05[5.2.x] Fixed #36227 -- Fixed outdated PostgreSQL documentation links.hesham942
Backport of 3ecaa85a247373d7ccbcdd593b3fd4bb701f7674 from main.
2025-03-04[5.2.x] Fixed #36128 -- Clarified auto-generated unique constraint on m2m ↵Clifford Gama
through models. Backport of ae2736ca3bf4c6a27e23ee95530ad965b550d4cc from main.
2025-02-24[5.2.x] Added security guideline on reasonable size limitations when ↵Sarah Boyce
rendering content via the DTL. This also removes the need to add warnings for every Django template filter. Backport of 582ba18d56167587e290545f113d3956e73a5801 from main.
2025-02-20[5.2.x] Clarified admonition in GeneratedField docs.Adam Zapletal
Backport of 43766c70bd2939771b7f37104866316faa34606b from main.
2025-02-18[5.2.x] Removed advice to propose a new contrib app.Sarah Boyce
Backport of 9d22a7d8f0e814a596ecbeb6efd051262f6a03e3 from main.
2025-02-14[5.2.x] Corrected wording in docs/ref/models/constraints.txt.Luke Cousins
Backport of 579a1c99962c8697053974a70de635a997be63dc from main.
2025-02-14[5.2.x] Fixed typo in docs/ref/databases.txt.Jaime Terreu
Backport of d87bb0eb3ee4ca141c6fa251e6c2c97050e6c92c from main.
2025-02-13[5.2.x] Fixed #36182 -- Returned "?" if all parameters are removed in ↵Sarah Boyce
querystring template tag. Thank you to David Feeley for the report and Natalia Bidart for the review. Backport of 05002c153c5018e4429a326a6699c7c45e5ea957 from main.
2025-02-13[5.2.x] Reverted "Refs #35803 -- Added support for __coveredby GIS lookup on ↵Mariusz Felisiak
MariaDB 11.7+." This partly reverts commit 0b7edb9fcdd33d47ec5701b4f9b9553e27a88e95. MariaDB reverted GIS functions. Backport of 54a902c6e81214462388f79a7c42f1c88c863dfd from main.
2025-02-13[5.2.x] Reverted "Fixed #35803 -- Added support for Collect, GeoHash, and ↵Mariusz Felisiak
IsValid on MariaDB 11.7+." This reverts commit c77573716a58af32ffcfc4fe87ff9e5c97909bd2. MariaDB reverted GIS functions. Backport of eb70aafdba18ac30e53056162c32ee6c21dea0b4 from main.