summaryrefslogtreecommitdiff
path: root/docs/topics/db/queries.txt
AgeCommit message (Expand)Author
2021-02-22[3.2.x] Refs #4027 -- Added Model._state.adding to docs about copying model i...Johannes Wilm
2021-01-19[3.2.x] Corrected versionadded annotations.Mariusz Felisiak
2020-12-15Added backticks to code literals in various docs.Jon Dufresne
2020-11-27Fixed #25534, Fixed #31639 -- Added support for transform references in expre...Ian Foote
2020-11-12Fixed #32187 -- Removed unnecessary select_related in queries doc.Hasan Ramezani
2020-09-04Fixed #31894 -- Added note about using JSONField key lookups with QuerySet.ex...jpribyl
2020-07-28Fixed #31829 -- Used JSONField __contains lookup on key transforms.sage
2020-07-28Fixed #31836 -- Dropped support for JSONField __contains and __contained_by l...Mariusz Felisiak
2020-07-28Fixed #31835 -- Dropped support for JSONField __contains lookup on Oracle.Mariusz Felisiak
2020-06-03Preferred usage of among/while to amongst/whilst.David Smith
2020-05-29Changed some doc links to use intersphinx.Jon Dufresne
2020-05-19Fixed #31591 -- Clarified "reverse" lookup name in making queries docs.Carlton Gibson
2020-05-08Fixed #12990, Refs #27694 -- Added JSONField model field.sage
2020-05-04Refs #30573 -- Rephrased "Of Course" and "Obvious(ly)" in documentation and c...Adam Johnson
2020-03-25Fixed #31396 -- Added binary XOR operator to F expressions.Hannes Ljungberg
2019-11-07Replaced 'n_' prefix with 'number_of_' in docs/topics/db/queries.txt.René Fleschenberg
2019-09-06Fixed #30573 -- Rephrased documentation to avoid words that minimise the invo...Tobias Kunze
2019-04-23Fixed #30365 -- Fixed syntax highlighting in SQL examples.Daniel Musketa
2019-03-28Used 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