提交历史

作者 SHA1 备注 提交日期
  Tushar Malik 14251324e6 Added missing import in docs/topics/db/queries.txt. 7 年之前
  Matthias Erll eee34ef64c Fixed #22550 -- Prohibited QuerySet.last()/reverse() after slicing. 11 年之前
  Claude Paroz 01f658644a Updated various links in docs to avoid redirects 7 年之前
  Tim Graham f6acd1d271 Refs #23919 -- Removed Python 2 notes in docs. 8 年之前
  Maxime Lorant 241e1e3cd7 Removed SHOUTING in doc examples. 8 年之前
  anabelensc 1c12df4aa6 Fixed #25912 -- Added binary left/right shift operators to F expressions. 9 年之前
  Tim Graham 2f44fa7f06 Documented how to copy a OneToOneField. 8 年之前
  Tim Graham 8dac9890a5 Refs #25550 -- Removed a deprecated reverse assignment example in docs. 8 年之前
  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 年之前