提交历史

作者 SHA1 备注 提交日期
  Simon Charette 9e4fd3301d Refs #25284 -- Corrected an obsolete implicit __in lookup example. 8 年之前
  Timothy Allen 5595db9504 Updated docs/topics/db/queries.txt examples to use print() function. 8 年之前
  Ed Henderson 4a4d7f980e Fixed #26021 -- Applied hanging indentation to docs. 8 年之前
  Tim Graham 46a38307c2 Removed versionadded/changed annotations for 1.9. 8 年之前
  Tim Graham e475e84970 Refs #26021 -- Used hanging indentation in some doc examples. 9 年之前
  Tim Graham f5ff5010cd Fixed #26483 -- Updated docs.python.org links to use Intersphinx. 9 年之前
  Marc Tamlyn 2d877da855 Refs #3254 -- Added full text search to contrib.postgres. 9 年之前
  rowanv a6ef025dfb Fixed #26124 -- Added missing code formatting to docs headers. 9 年之前
  anabelensc 4c1fab0f29 Added a missing bracket in a queries docs example. 9 年之前
  Tim Graham 9c5e272860 Fixed #25550 -- Deprecated direct assignment to the reverse side of a related set. 9 年之前
  Aymeric Augustin 491d01b7e9 Tweak some examples. 9 年之前
  Flavio Curella c2e70f0265 Fixed #21127 -- Started deprecation toward requiring on_delete for ForeignKey/OneToOneField 9 年之前
  Maximiliano bf07ba523a Simplified wording in QuerySet.update() docs. 9 年之前
  Alexander Sosnovskiy 04e8d890ae Fixed #16891 -- Made Model/QuerySet.delete() return the number of deleted objects. 10 年之前
  David Seddon 0f6f80c2e7 Corrected typo in documentation 10 年之前
  David Seddon 6770b7ecd2 Refs #14645 -- Documented bug with exclude() and multi-value relations 10 年之前
  Loic Bistuer 71ada3a8e6 Fixed #6707 -- Added RelatedManager.set() and made descriptors' __set__ use it. 10 年之前
  Tim Graham c79faae761 Removed versionadded/changed notes for 1.7. 10 年之前
  Claude Paroz 0a4b04fc23 Used https for most *.python.org links 10 年之前
  Éric Araujo 84cafc2b35 Fix missing highlighting in some code examples 10 年之前
  Aliaksandr Semianiuk 5b185ecc68 Fixed #22019 -- Added Model.objects reference documentation. 11 年之前
  Tim Graham 7f2505ad9e Fixed doc typos. 11 年之前
  Nicolaas Heyning e1d2a0bd04 added documentation on Model attributes 11 年之前
  Loic Bistuer 99416c7ad0 Added an example to the release notes for custom reverse managers. 11 年之前
  Alasdair Nicol 8aa1efff6d Fixed #21951 -- Updated docs to use __str__ for Python 3 11 年之前
  Tim Graham 5c7ac7494a Fixed #18907 -- Correct docs regard population of model backrefs. 11 年之前
  Tim Graham b87c59b04b Removed some unnecessary __exact operators in filters. 11 年之前
  Florian Hahn 5240b83462 Fixed #17027 -- Added support for the power operator in F expressions. 12 年之前
  Cody Scott 8bfc7cc64c Minor edits to docs/topics/db/queries.txt. 11 年之前
  Tim Graham 75bb6ba966 Fixed #10913 -- Documented how related_name affects QuerySet filtering 11 年之前