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
2019-03-28
[2.2.x] 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
2014-12-19
Used https for most *.python.org links
Claude Paroz
2014-06-05
Fix missing highlighting in some code examples
Éric Araujo
2014-05-17
Fixed #22019 -- Added Model.objects reference documentation.
Aliaksandr Semianiuk
2014-02-28
Fixed doc typos.
Tim Graham
2014-02-23
added documentation on Model attributes
Nicolaas Heyning
2014-02-19
Added an example to the release notes for custom reverse managers.
Loic Bistuer
2014-02-13
Fixed #21951 -- Updated docs to use __str__ for Python 3
Alasdair Nicol
2014-01-19
Fixed #18907 -- Correct docs regard population of model backrefs.
Tim Graham
2014-01-17
Removed some unnecessary __exact operators in filters.
Tim Graham
2013-10-22
Fixed #17027 -- Added support for the power operator in F expressions.
Florian Hahn
2013-10-11
Minor edits to docs/topics/db/queries.txt.
Cody Scott
2013-10-02
Fixed #10913 -- Documented how related_name affects QuerySet filtering
Tim Graham
2013-09-25
Fixed #3871 -- Custom managers when traversing reverse relations.
Loic Bistuer
2013-09-06
Consolidated documentation for F() and Q()
evildmp
2013-08-19
Removed versionadded/changed annotations for 1.5
Tim Graham
2013-08-06
Fixed #20852 - Fixed incorrectly generated left quotes in docs.
Dominic Rodger
2013-07-13
Removed obsolete sentence in queries docs
Claude Paroz
2013-07-05
Fixed #20224 -- Update docs examples which mention __unicode__
Claude Paroz
[next]