提交历史

作者 SHA1 备注 提交日期
  Anthony Joseph 3a8f52fbc6 Fixed #35856 -- Added QuerySet.explain() support for MEMORY/SERIALIZE option on PostgreSQL 17+. 4 月之前
  Adam Johnson 26a67943ac Removed outdated note about lack of subquery support in MySQL. 5 月之前
  Simon Charette 65ad4ade74 Refs #28900 -- Made SELECT respect the order specified by values(*selected). 1 年之前
  Natalia 05cce083ad Removed versionadded/changed annotations for 5.0. 9 月之前
  Mariusz Felisiak 160c0ab13a Fixed rendering XOR section in docs. 9 月之前
  Mohammad Kazemi 47c608202a Extended docs for Q() objects mentioning the ~ (NOT) operator. 10 月之前
  KimSia Sim c9ce764f59 Updated conditions to retrieve primary keys in bulk_create() docs. 1 年之前
  Aman Pandey 0fcd72bc48 Fixed #34633 -- Made create() method of reverse many-to-one managers clear prefetch_related() cache. 1 年之前
  Mariusz Felisiak 718b32c691 Added missing pycon directives in various docs. 1 年之前
  Tim Bell ee104251c4 Fixed #27403 -- Doc'd that QuerySet.prefetch_related() doesn't guarantee transactional consistency. 1 年之前
  lufafajoshua 8adc7c86ab Fixed #34808 -- Doc'd aggregate function's default argument. 1 年之前
  Mariusz Felisiak f9e9526800 Fixed #34873 -- Added QuerySet.explain() support for GENERIC_PLAN option on PostgreSQL 16+. 1 年之前
  David Sanders 78b5c90753 Refs #34808 -- Doc'd that aggregation functions on empty groups can return None. 1 年之前
  Mariusz Felisiak 3623a0c079 Fixed #34850 -- Dropped support for MariaDB 10.4. 1 年之前
  Mariusz Felisiak 295467c04a Removed versionadded/changed annotations for 4.2. 1 年之前
  Clément Escolano cac94dd8aa Fixed #33651 -- Added support for prefetching GenericForeignKey. 1 年之前
  Mariusz Felisiak 88b5b7b8e5 Corrected QuerySet.prefetch_related() note about GenericRelation(). 1 年之前
  Mariusz Felisiak 2b582387d5 Fixed #34760 -- Dropped support for SQLite < 3.27. 1 年之前
  Mariusz Felisiak b719688b21 Fixed #34761 -- Dropped support for MySQL < 8.0.11. 1 年之前
  John Parton fff14736f1 Fixed #34331 -- Added QuerySet.aiterator() support for prefetch_related(). 1 年之前
  John Parton af0c5caff7 Fixed #34749 -- Corrected QuerySet.acreate() signature in docs. 1 年之前
  nessita addbc90049 Fixed typo in docs/ref/models/querysets.txt. 1 年之前
  Vyacheslav Dmitriev b126f69416 Refs #30052 -- Clarified that defer() and only() do not work with aggregated fields. 1 年之前
  Thomas Chaumeny 89c7454dbd Fixed #34698 -- Made QuerySet.bulk_create() retrieve primary keys when updating conflicts. 1 年之前
  Mariusz Felisiak c4a09499aa Fixed typo in docs/ref/models/querysets.txt. 1 年之前
  Nick Pope f8092ee9ad Improved style of n-tuple wording in docs and comments. 1 年之前
  Anders Kaseorg b81e974e9e Fixed #34604 -- Corrected fallback SQL for n-ary logical XOR. 1 年之前
  Tom Forbes 23d24f82a7 Doc'd that Count("*") is equivalent to COUNT(*) SQL. 1 年之前
  Mariusz Felisiak c487634c10 Added meaningful titles to ..admonition:: directives. 1 年之前
  David Sanders 0494efddc4 Fixed #34440 -- Doc'd that & queryset operator works similar to chaining. 1 年之前