Commit History

Author SHA1 Message Date
  Mads Jensen c7f6ffbdcf Fixed #28103 -- Added quarter extract, truncation, and lookup. 7 years ago
  François Freitag edee5a8de6 Fixed #27639 -- Added chunk_size parameter to QuerySet.iterator(). 7 years ago
  François Freitag bf50ae8210 Clarified QuerySet.iterator()'s docs on server-side cursors. 7 years ago
  François Freitag 88336fdbb5 Fixed #28062 -- Added a setting to disable server-side cursors on PostgreSQL. 8 years ago
  Ran Benita 2a6b4e6521 Updated docs after changing select_for_update() to raise NotSupportedError. 8 years ago
  Sudhanshu Mishra 9f0c82971d Fixed #28025 -- Fixed typo in docs/ref/models/querysets.txt. 8 years ago
  Alexkane b427f0d674 Made a few queryset lookup examples consistent. 8 years ago
  Vytis Banaitis d1bab24e01 Refs #23919, #27778 -- Removed obsolete mentions of unicode. 8 years ago
  Tim Graham 9d27478958 Refs #23919 -- Removed docs references to long integers. 8 years ago
  Tim Graham f6acd1d271 Refs #23919 -- Removed Python 2 notes in docs. 8 years ago
  Tim Graham e27e4c0339 Removed versionadded/changed annotations for 1.10. 8 years ago
  Tim Graham 5139832398 Refs #26285 -- Removed MySQL __search lookup per deprecation timeline. 8 years ago
  Tim Graham a0d166306f Removed GeoManager and GeoQuerySet per deprecation timeline. 8 years ago
  Florian Apolloner 84c1826ded Fixed #27718 -- Added QuerySet.union(), intersection(), difference(). 8 years ago
  François Freitag f3b7c05936 Refs #16614 -- Made QuerySet.iterator() use server-side cursors on PostgreSQL. 8 years ago
  Tim Graham e2d02c1fc9 Used a nontemporal example in QuerySet.bulk_create() in docs. 8 years ago
  Perry Roper 3be2268992 Added Prefetch import to first use in QuerySet docs. 8 years ago
  Mads Jensen 1446902be4 Fixed #25240 -- Added ExtractWeek and exposed it through the __week lookup. 8 years ago
  Mariusz Felisiak 55993d1e4e Updated Oracle docs links to Oracle 12c. 8 years ago
  Tim Graham 414ad25b09 Fixed #27327 -- Simplified time zone handling by requiring pytz. 8 years ago
  Marti Raudsepp 51fbe2a60d Updated postgresql.org links to https and made them canonical. 8 years ago
  Tim Graham 51b83d9e51 Fixed #27342 -- Corrected QuerySet.update_or_create() example. 8 years ago
  Tim Graham 9819676676 Updated links to the current version of MySQL docs. 8 years ago
  Abhishek Bera f3b601f11a Fixed #26987 -- Documented using QuerySet.get() without arguments. 8 years ago
  Ian Foote 39f35d4b9d Fixed #25871 -- Added expressions support to QuerySet.values(). 8 years ago
  Simon Charette b8e6e1b43b Fixed #26500 -- Added SKIP LOCKED support to select_for_update(). 8 years ago
  Yoong Kang Lim d30febb4e5 Fixed #26706 -- Made RelatedManager modification methods clear prefetch_related() cache. 8 years ago
  Simon Charette 8a4f017f45 Fixed #26348 -- Added TruncTime and exposed it through the __time lookup. 8 years ago
  Vytis Banaitis 89ca112884 Fixed a typo in docs/ref/models/querysets.txt 8 years ago
  Will Koster 9899347641 Fixed #26638 -- Allowed callable arguments for QuerySet.get_or_create()/update_or_create() defaults. 8 years ago