index
:
chango.git
devmain
fix-31295
initial-branch
main
stable/5.2.x
stable/6.0.x
django
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
docs
/
topics
/
db
/
queries.txt
Age
Commit 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-15
Added backticks to code literals in various docs.
Jon Dufresne
2020-11-27
Fixed #25534, Fixed #31639 -- Added support for transform references in expre...
Ian Foote
2020-11-12
Fixed #32187 -- Removed unnecessary select_related in queries doc.
Hasan Ramezani
2020-09-04
Fixed #31894 -- Added note about using JSONField key lookups with QuerySet.ex...
jpribyl
2020-07-28
Fixed #31829 -- Used JSONField __contains lookup on key transforms.
sage
2020-07-28
Fixed #31836 -- Dropped support for JSONField __contains and __contained_by l...
Mariusz Felisiak
2020-07-28
Fixed #31835 -- Dropped support for JSONField __contains lookup on Oracle.
Mariusz Felisiak
2020-06-03
Preferred usage of among/while to amongst/whilst.
David Smith
2020-05-29
Changed some doc links to use intersphinx.
Jon Dufresne
2020-05-19
Fixed #31591 -- Clarified "reverse" lookup name in making queries docs.
Carlton Gibson
2020-05-08
Fixed #12990, Refs #27694 -- Added JSONField model field.
sage
2020-05-04
Refs #30573 -- Rephrased "Of Course" and "Obvious(ly)" in documentation and c...
Adam Johnson
2020-03-25
Fixed #31396 -- Added binary XOR operator to F expressions.
Hannes Ljungberg
2019-11-07
Replaced 'n_' prefix with 'number_of_' in docs/topics/db/queries.txt.
René Fleschenberg
2019-09-06
Fixed #30573 -- Rephrased documentation to avoid words that minimise the invo...
Tobias Kunze
2019-04-23
Fixed #30365 -- Fixed syntax highlighting in SQL examples.
Daniel Musketa
2019-03-28
Used extlinks for Django's source code.
Tim Graham
2018-09-25
Refs #29784 -- Normalized Python docs links to omit the version.
Jon Dufresne
2018-03-20
Refs #11278 -- Clarified RelatedManager differences between reverse one-to-ma...
Denis
2017-09-29
Fixed #28653 -- Added missing ForeignKey.on_delete argument in docs.
Stefan Schneider
2017-09-29
Fixed #28648 -- Corrected typo in docs/topics/db/queries.txt.
Stefan Schneider
2017-09-22
Removed versionadded/changed annotations for 1.11.
Tim Graham
2017-07-04
Added missing import in docs/topics/db/queries.txt.
Tushar Malik
2017-05-31
Fixed #22550 -- Prohibited QuerySet.last()/reverse() after slicing.
Matthias Erll
2017-05-22
Updated various links in docs to avoid redirects
Claude Paroz
2017-01-18
Refs #23919 -- Removed Python 2 notes in docs.
Tim Graham
2017-01-09
Removed SHOUTING in doc examples.
Maxime Lorant
2017-01-03
Fixed #25912 -- Added binary left/right shift operators to F expressions.
anabelensc
2016-12-17
Documented how to copy a OneToOneField.
Tim Graham
2016-12-17
Refs #25550 -- Removed a deprecated reverse assignment example in docs.
Tim Graham
2016-11-15
Refs #25284 -- Corrected an obsolete implicit __in lookup example.
Simon Charette
2016-10-31
Updated docs/topics/db/queries.txt examples to use print() function.
Timothy Allen
2016-06-03
Fixed #26021 -- Applied hanging indentation to docs.
Ed Henderson
2016-05-20
Removed versionadded/changed annotations for 1.9.
Tim Graham
2016-05-14
Refs #26021 -- Used hanging indentation in some doc examples.
Tim Graham
2016-05-08
Fixed #26483 -- Updated docs.python.org links to use Intersphinx.
Tim Graham
2016-04-22
Refs #3254 -- Added full text search to contrib.postgres.
Marc Tamlyn
2016-02-01
Fixed #26124 -- Added missing code formatting to docs headers.
rowanv
2016-01-09
Added a missing bracket in a queries docs example.
anabelensc
2015-10-27
Fixed #25550 -- Deprecated direct assignment to the reverse side of a related...
Tim Graham
2015-08-22
Tweak some examples.
Aymeric Augustin
2015-07-27
Fixed #21127 -- Started deprecation toward requiring on_delete for ForeignKey...
Flavio Curella
2015-06-01
Simplified wording in QuerySet.update() docs.
Maximiliano
2015-05-22
Fixed #16891 -- Made Model/QuerySet.delete() return the number of deleted obj...
Alexander Sosnovskiy
2015-03-25
Corrected typo in documentation
David Seddon
2015-03-20
Refs #14645 -- Documented bug with exclude() and multi-value relations
David Seddon
2015-02-05
Fixed #6707 -- Added RelatedManager.set() and made descriptors' __set__ use it.
Loic Bistuer
2015-02-01
Removed versionadded/changed notes for 1.7.
Tim Graham
[next]