summaryrefslogtreecommitdiff
path: root/docs/ref/models/relations.txt
AgeCommit message (Expand)Author
2017-01-17Refs #25550 -- Removed support for direct assignment to the reverse side of a...Tim Graham
2016-08-05Fixed #26706 -- Made RelatedManager modification methods clear prefetch_relat...Yoong Kang Lim
2016-05-31Fixed #26679 -- Documented which methods are disabled on RelatedManager if th...Ketan Bhatt
2016-05-20Removed versionadded/changed annotations for 1.9.Tim Graham
2016-01-22Fixed #26020 -- Normalized header stylings in docs.Elif T. Kus
2015-11-30Removed old versionadded/changed directives.Sergey Fedoseev
2015-10-27Fixed #25550 -- Deprecated direct assignment to the reverse side of a related...Tim Graham
2015-10-13Fixed typo in docs/ref/models/relations.txt.Tim Graham
2015-07-27Refs #18556 -- Fixed a typo in the related manager add() method docs.Simon Charette
2015-07-28Fixed #18556 -- Allowed RelatedManager.add() to execute 1 query where possible.Tim Graham
2015-07-27Fixed #21127 -- Started deprecation toward requiring on_delete for ForeignKey...Flavio Curella
2015-07-27Fixed #25159 -- Removed brackets from class/function/method signatures in docs.Tim Graham
2015-02-05Fixed #6707 -- Added RelatedManager.set() and made descriptors' __set__ use it.Loic Bistuer
2014-01-16Fixed #21343 -- Noted many-to-many restrictions with intermediate model.Tim Graham
2013-11-27Added a bulk option to RelatedManager remove() and clear() methodsLoic Bistuer
2013-10-10Whitespace cleanup.Tim Graham
2013-09-06re-indented method documentation within RelatedManagerMatthew Rich
2013-09-06documented RelatedManager calling save() behind the scenes, added section on ...Matthew Rich
2013-07-12Fixed #17528 -- Documented that add() and remove() with a many-to-many relati...Tim Graham
2013-05-18Add missing imports and models to the examples in the the model layer documen...Marc Egli
2013-04-11Fixed #20243 - Clarified when RelatedManager.remove() exists.Tim Graham
2011-10-14Fixed many more ReST indentation errors, somehow accidentally missed from [16...Luke Plant
2010-12-06Fixed #14840 -- Added crossrefs to related objects reference docs. Thanks to ...Gabriel Hurley
2010-11-26Fixed #14756 - fix typo in "related objects reference" docs. Thanks deisner f...Timo Graham
2010-11-16Fixed #14696, corrected some messed up syntax in the docs.Alex Gaynor
2010-08-19Fixed #14141: docs now use the :doc: construct for links between documents.Jacob Kaplan-Moss
2010-05-17Slight fixes to related fields reference to avoid conflicting target namesJacob Kaplan-Moss
2010-05-11Fixed #12997 -- Corrected the module markup for QuerySet methods. Thanks to t...Russell Keith-Magee
2009-04-03Fixed a whole bunch of small docs typos, errors, and ommissions.Jacob Kaplan-Moss
2009-03-31A whole lotta documentation fixes: Fixes #8704, #8826, #8980, #9243, #9343, #...Jacob Kaplan-Moss
2008-11-02Fixed #9497 - Doc typos. Many thanks ramiro.Karen Tracey
2008-08-23Massive reorganization of the docs. See the new docs online at http://docs.dj...Jacob Kaplan-Moss