| Age | Commit message (Expand) | Author |
| 2025-08-25 | Refs #36485 -- Removed unnecessary parentheses in :meth: and :func: roles in ... | David Smith |
| 2023-09-18 | Removed versionadded/changed annotations for 4.2. | Mariusz Felisiak |
| 2023-03-01 | Fixed #34140 -- Reformatted code blocks in docs with blacken-docs. | django-bot |
| 2023-02-28 | Refs #34140 -- Corrected rst code-block and various formatting issues in docs. | Joseph Victor Zammit |
| 2023-02-10 | Refs #34140 -- Applied rst code-block to non-Python examples. | Carlton Gibson |
| 2023-01-17 | Removed versionadded/changed annotations for 4.1. | Mariusz Felisiak |
| 2022-11-09 | Fixed #34135 -- Added async-compatible interface to related managers. | Jon Janzen |
| 2022-11-08 | Fixed #34139 -- Fixed acreate(), aget_or_create(), and aupdate_or_create() me... | Jon Janzen |
| 2021-01-22 | Refs #32372 -- Updated manager name in related objects reference docs. | Jack |
| 2021-01-22 | Fixed #32372 -- Made examples in related objects reference docs consistent. | Jack Aitken |
| 2021-01-14 | Removed versionadded/changed annotations for 3.1. | Mariusz Felisiak |
| 2020-02-18 | Fixed #31282 -- Corrected RelatedManager docs for using add/remove/set with PKs. | Carlton Gibson |
| 2019-12-03 | Fixed #31046 -- Allowed RelatedManager.add()/create()/set() to accept callabl... | Baptiste Mispelon |
| 2019-09-10 | Removed versionadded/changed annotations for 2.2. | Mariusz Felisiak |
| 2019-09-06 | Fixed #30573 -- Rephrased documentation to avoid words that minimise the invo... | Tobias Kunze |
| 2019-05-07 | Fixed #26678 -- Doc'd that RelatedManager.add()/remove()/set() accepts the fi... | Tobias Kunze |
| 2019-01-15 | Fixed #9475 -- Allowed RelatedManager.add(), create(), etc. for m2m with a th... | Collin Anderson |
| 2018-06-08 | Fixed #29440 -- Doc'd where the bulk argument applies in RelatedManager. | Jeremy Lainé |
| 2018-03-20 | Fixed #28514 -- Clarifed docs about idempotence of RelatedManager.add(). | Jezeniel Zapanta |
| 2017-09-22 | Removed versionadded/changed annotations for 1.11. | Tim Graham |
| 2017-01-17 | Refs #25550 -- Removed support for direct assignment to the reverse side of a... | Tim Graham |
| 2016-08-05 | Fixed #26706 -- Made RelatedManager modification methods clear prefetch_relat... | Yoong Kang Lim |
| 2016-05-31 | Fixed #26679 -- Documented which methods are disabled on RelatedManager if th... | Ketan Bhatt |
| 2016-05-20 | Removed versionadded/changed annotations for 1.9. | Tim Graham |
| 2016-01-22 | Fixed #26020 -- Normalized header stylings in docs. | Elif T. Kus |
| 2015-11-30 | Removed old versionadded/changed directives. | Sergey Fedoseev |
| 2015-10-27 | Fixed #25550 -- Deprecated direct assignment to the reverse side of a related... | Tim Graham |
| 2015-10-13 | Fixed typo in docs/ref/models/relations.txt. | Tim Graham |
| 2015-07-27 | Refs #18556 -- Fixed a typo in the related manager add() method docs. | Simon Charette |
| 2015-07-28 | Fixed #18556 -- Allowed RelatedManager.add() to execute 1 query where possible. | Tim Graham |
| 2015-07-27 | Fixed #21127 -- Started deprecation toward requiring on_delete for ForeignKey... | Flavio Curella |
| 2015-07-27 | Fixed #25159 -- Removed brackets from class/function/method signatures in docs. | Tim Graham |
| 2015-02-05 | Fixed #6707 -- Added RelatedManager.set() and made descriptors' __set__ use it. | Loic Bistuer |
| 2014-01-16 | Fixed #21343 -- Noted many-to-many restrictions with intermediate model. | Tim Graham |
| 2013-11-27 | Added a bulk option to RelatedManager remove() and clear() methods | Loic Bistuer |
| 2013-10-10 | Whitespace cleanup. | Tim Graham |
| 2013-09-06 | re-indented method documentation within RelatedManager | Matthew Rich |
| 2013-09-06 | documented RelatedManager calling save() behind the scenes, added section on ... | Matthew Rich |
| 2013-07-12 | Fixed #17528 -- Documented that add() and remove() with a many-to-many relati... | Tim Graham |
| 2013-05-18 | Add missing imports and models to the examples in the the model layer documen... | Marc Egli |
| 2013-04-11 | Fixed #20243 - Clarified when RelatedManager.remove() exists. | Tim Graham |
| 2011-10-14 | Fixed many more ReST indentation errors, somehow accidentally missed from [16... | Luke Plant |
| 2010-12-06 | Fixed #14840 -- Added crossrefs to related objects reference docs. Thanks to ... | Gabriel Hurley |
| 2010-11-26 | Fixed #14756 - fix typo in "related objects reference" docs. Thanks deisner f... | Timo Graham |
| 2010-11-16 | Fixed #14696, corrected some messed up syntax in the docs. | Alex Gaynor |
| 2010-08-19 | Fixed #14141: docs now use the :doc: construct for links between documents. | Jacob Kaplan-Moss |
| 2010-05-17 | Slight fixes to related fields reference to avoid conflicting target names | Jacob Kaplan-Moss |
| 2010-05-11 | Fixed #12997 -- Corrected the module markup for QuerySet methods. Thanks to t... | Russell Keith-Magee |
| 2009-04-03 | Fixed a whole bunch of small docs typos, errors, and ommissions. | Jacob Kaplan-Moss |
| 2009-03-31 | A whole lotta documentation fixes: Fixes #8704, #8826, #8980, #9243, #9343, #... | Jacob Kaplan-Moss |