summaryrefslogtreecommitdiff
path: root/docs/topics/db/queries.txt
AgeCommit message (Expand)Author
2019-03-28[2.2.x] Used extlinks for Django's source code.Tim Graham
2018-09-25Refs #29784 -- Normalized Python docs links to omit the version.Jon Dufresne
2018-03-20Refs #11278 -- Clarified RelatedManager differences between reverse one-to-ma...Denis
2017-09-29Fixed #28653 -- Added missing ForeignKey.on_delete argument in docs.Stefan Schneider
2017-09-29Fixed #28648 -- Corrected typo in docs/topics/db/queries.txt.Stefan Schneider
2017-09-22Removed versionadded/changed annotations for 1.11.Tim Graham
2017-07-04Added missing import in docs/topics/db/queries.txt.Tushar Malik
2017-05-31Fixed #22550 -- Prohibited QuerySet.last()/reverse() after slicing.Matthias Erll
2017-05-22Updated various links in docs to avoid redirectsClaude Paroz
2017-01-18Refs #23919 -- Removed Python 2 notes in docs.Tim Graham
2017-01-09Removed SHOUTING in doc examples.Maxime Lorant
2017-01-03Fixed #25912 -- Added binary left/right shift operators to F expressions.anabelensc
2016-12-17Documented how to copy a OneToOneField.Tim Graham
2016-12-17Refs #25550 -- Removed a deprecated reverse assignment example in docs.Tim Graham
2016-11-15Refs #25284 -- Corrected an obsolete implicit __in lookup example.Simon Charette
2016-10-31Updated docs/topics/db/queries.txt examples to use print() function.Timothy Allen
2016-06-03Fixed #26021 -- Applied hanging indentation to docs.Ed Henderson
2016-05-20Removed versionadded/changed annotations for 1.9.Tim Graham
2016-05-14Refs #26021 -- Used hanging indentation in some doc examples.Tim Graham
2016-05-08Fixed #26483 -- Updated docs.python.org links to use Intersphinx.Tim Graham
2016-04-22Refs #3254 -- Added full text search to contrib.postgres.Marc Tamlyn
2016-02-01Fixed #26124 -- Added missing code formatting to docs headers.rowanv
2016-01-09Added a missing bracket in a queries docs example.anabelensc
2015-10-27Fixed #25550 -- Deprecated direct assignment to the reverse side of a related...Tim Graham
2015-08-22Tweak some examples.Aymeric Augustin
2015-07-27Fixed #21127 -- Started deprecation toward requiring on_delete for ForeignKey...Flavio Curella
2015-06-01Simplified wording in QuerySet.update() docs.Maximiliano
2015-05-22Fixed #16891 -- Made Model/QuerySet.delete() return the number of deleted obj...Alexander Sosnovskiy
2015-03-25Corrected typo in documentationDavid Seddon
2015-03-20Refs #14645 -- Documented bug with exclude() and multi-value relationsDavid Seddon
2015-02-05Fixed #6707 -- Added RelatedManager.set() and made descriptors' __set__ use it.Loic Bistuer
2015-02-01Removed versionadded/changed notes for 1.7.Tim Graham
2014-12-19Used https for most *.python.org linksClaude Paroz
2014-06-05Fix missing highlighting in some code examplesÉric Araujo
2014-05-17Fixed #22019 -- Added Model.objects reference documentation.Aliaksandr Semianiuk
2014-02-28Fixed doc typos.Tim Graham
2014-02-23added documentation on Model attributesNicolaas Heyning
2014-02-19Added an example to the release notes for custom reverse managers.Loic Bistuer
2014-02-13Fixed #21951 -- Updated docs to use __str__ for Python 3Alasdair Nicol
2014-01-19Fixed #18907 -- Correct docs regard population of model backrefs.Tim Graham
2014-01-17Removed some unnecessary __exact operators in filters.Tim Graham
2013-10-22Fixed #17027 -- Added support for the power operator in F expressions.Florian Hahn
2013-10-11Minor edits to docs/topics/db/queries.txt.Cody Scott
2013-10-02Fixed #10913 -- Documented how related_name affects QuerySet filteringTim Graham
2013-09-25Fixed #3871 -- Custom managers when traversing reverse relations.Loic Bistuer
2013-09-06Consolidated documentation for F() and Q()evildmp
2013-08-19Removed versionadded/changed annotations for 1.5Tim Graham
2013-08-06Fixed #20852 - Fixed incorrectly generated left quotes in docs.Dominic Rodger
2013-07-13Removed obsolete sentence in queries docsClaude Paroz
2013-07-05Fixed #20224 -- Update docs examples which mention __unicode__Claude Paroz