Commit History

Author SHA1 Message Date
  Natalia fc1119e8be Refs #35502 -- Clarified models.py file path in docs/topics/db/queries.txt. 3 months ago
  Mariusz Felisiak 718b32c691 Added missing pycon directives in various docs. 1 year ago
  Mariusz Felisiak 5e4c1793b7 Refs #33308 -- Removed support for passing encoded JSON string literals to JSONField & co. 1 year ago
  Mariusz Felisiak 295467c04a Removed versionadded/changed annotations for 4.2. 1 year ago
  Akash Kumar Sen 5f2308710b Fixed #30355 -- Doc'd interaction between custom managers and prefetch_related(). 1 year ago
  Yahya Ali 263db8af46 Fixed #34463 -- Corrected code-block directives in docs. 1 year ago
  django-bot 14459f80ee Fixed #34140 -- Reformatted code blocks in docs with blacken-docs. 1 year ago
  Joseph Victor Zammit ba755ca131 Refs #34140 -- Corrected rst code-block and various formatting issues in docs. 1 year ago
  Carlton Gibson 534ac48297 Refs #34140 -- Applied rst code-block to non-Python examples. 1 year ago
  Mariusz Felisiak 490cccbe7e Removed versionadded/changed annotations for 4.1. 1 year ago
  Simon Charette 0ff46591ac Refs #33308 -- Deprecated support for passing encoded JSON string literals to JSONField & co. 2 years ago
  Allen Jonathan David 10178197d5 Fixed #33966 -- Added support for using KeyTextTransform from lookup. 2 years ago
  Iván Camilo Triviño López 411a6ec93a Fixed #33958 -- Added imports to examples in "Expressions can reference transforms" section. 2 years ago
  Mariusz Felisiak e20e5d1557 Fixed #33820 -- Doc'd "true"/"false"/"null" caveat for JSONField key transforms on SQLite. 2 years ago
  Simon Willison 4525d689e9 Refs #33646 -- Fixed link markup in queries topic doc. 2 years ago
  David ce586ed693 Removed hyphen from pre-/re- prefixes. 2 years ago
  Andrew Godwin 58b27e0dbb Fixed #33646 -- Added async-compatible interface to QuerySet. 3 years ago
  Ryan Heard c6b4d62fa2 Fixed #29865 -- Added logical XOR support for Q() and querysets. 3 years ago
  Nick Pope 847f46e9bf Removed redundant QuerySet.all() calls in docs and tests. 2 years ago
  Jacob Walls 6174814dbe Fixed #27936 -- Rewrote spanning multi-valued relationships docs. 2 years ago
  Mariusz Felisiak 1283458baa Added default values to Entry's fields in making queries docs. 2 years ago
  Jacob Walls 76ccce64cc Fixed #16063 -- Adjusted admin changelist searches spanning multi-valued relationships. 3 years ago
  Mariusz Felisiak 97237ad3fe Removed versionadded/changed annotations for 3.2. 3 years ago
  David Smith 1024b5e74a Fixed 32956 -- Lowercased spelling of "web" and "web framework" where appropriate. 3 years ago
  Johannes Wilm 0fd05df7b5 Refs #4027 -- Added Model._state.adding to docs about copying model instances. 3 years ago
  Mariusz Felisiak 73ffc73b68 Corrected versionadded annotations. 3 years ago
  Mariusz Felisiak b7dd89ed53 Removed versionadded/changed annotations for 3.1. 3 years ago
  Jon Dufresne 550297d20d Added backticks to code literals in various docs. 4 years ago
  Ian Foote 8b040e3cbb Fixed #25534, Fixed #31639 -- Added support for transform references in expressions. 4 years ago
  Hasan Ramezani c448e614c6 Fixed #32187 -- Removed unnecessary select_related in queries doc. 4 years ago