summaryrefslogtreecommitdiff
path: root/docs/topics/db/queries.txt
AgeCommit message (Expand)Author
2025-03-18[5.2.x] Fixed #36202 -- Added examples of JSONField __contains and __containe...Clifford Gama
2025-03-13[5.2.x] Fixed incorrect formatting for inline pluralized code references in d...Clifford Gama
2025-03-12[5.2.x] Fixed #36249 -- Fixed typo in docs/topics/db/queries.txt.hesham hatem
2024-10-09Refs #35502 -- Clarified models.py file path in docs/topics/db/queries.txt.Natalia
2023-10-25Added missing pycon directives in various docs.Mariusz Felisiak
2023-09-18Refs #33308 -- Removed support for passing encoded JSON string literals to JS...Mariusz Felisiak
2023-09-18Removed versionadded/changed annotations for 4.2.Mariusz Felisiak
2023-06-07Fixed #30355 -- Doc'd interaction between custom managers and prefetch_relate...Akash Kumar Sen
2023-04-06Fixed #34463 -- Corrected code-block directives in docs.Yahya Ali
2023-03-01Fixed #34140 -- Reformatted code blocks in docs with blacken-docs.django-bot
2023-02-28Refs #34140 -- Corrected rst code-block and various formatting issues in docs.Joseph Victor Zammit
2023-02-10Refs #34140 -- Applied rst code-block to non-Python examples.Carlton Gibson
2023-01-17Removed versionadded/changed annotations for 4.1.Mariusz Felisiak
2022-12-01Refs #33308 -- Deprecated support for passing encoded JSON string literals to...Simon Charette
2022-09-16Fixed #33966 -- Added support for using KeyTextTransform from lookup.Allen Jonathan David
2022-08-30Fixed #33958 -- Added imports to examples in "Expressions can reference trans...Iván Camilo Triviño López
2022-07-26Fixed #33820 -- Doc'd "true"/"false"/"null" caveat for JSONField key transfor...Mariusz Felisiak
2022-05-18Refs #33646 -- Fixed link markup in queries topic doc.Simon Willison
2022-04-28Removed hyphen from pre-/re- prefixes.David
2022-04-26Fixed #33646 -- Added async-compatible interface to QuerySet.Andrew Godwin
2022-03-04Fixed #29865 -- Added logical XOR support for Q() and querysets.Ryan Heard
2022-02-22Removed redundant QuerySet.all() calls in docs and tests.Nick Pope
2021-12-30Fixed #27936 -- Rewrote spanning multi-valued relationships docs.Jacob Walls
2021-12-30Added default values to Entry's fields in making queries docs.Mariusz Felisiak
2021-12-15Fixed #16063 -- Adjusted admin changelist searches spanning multi-valued rela...Jacob Walls
2021-09-20Removed versionadded/changed annotations for 3.2.Mariusz Felisiak
2021-07-29Fixed 32956 -- Lowercased spelling of "web" and "web framework" where appropr...David Smith
2021-02-22Refs #4027 -- Added Model._state.adding to docs about copying model instances.Johannes Wilm
2021-01-19Corrected versionadded annotations.Mariusz Felisiak
2021-01-14Removed versionadded/changed annotations for 3.1.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