summaryrefslogtreecommitdiff
path: root/docs/ref/models/querysets.txt
AgeCommit message (Expand)Author
2017-07-21Fixed #27970 -- Allowed QuerySet.in_bulk() to fetch on fields besides primary...Tom Carrick
2017-07-15Fixed #28399 -- Fixed QuerySet.count() for union(), difference(), and interse...Florian Apolloner
2017-07-11Refs #28352 -- Corrected another QuerySet.values_list() return type in docs e...Tim Graham
2017-07-11Fixed #28352 -- Corrected QuerySet.values_list() return type in docs examples.Irindu Indeera
2017-06-29Fixed #28010 -- Added FOR UPDATE OF support to QuerySet.select_for_update().Ran Benita
2017-06-09Fixed typo in docs/ref/models/querysets.txt.Tim Graham
2017-06-08Fixed #28103 -- Added quarter extract, truncation, and lookup.Mads Jensen
2017-06-01Fixed #27639 -- Added chunk_size parameter to QuerySet.iterator().François Freitag
2017-06-01Clarified QuerySet.iterator()'s docs on server-side cursors.François Freitag
2017-05-06Fixed #28062 -- Added a setting to disable server-side cursors on PostgreSQL.François Freitag
2017-04-11Updated docs after changing select_for_update() to raise NotSupportedError.Ran Benita
2017-04-05Fixed #28025 -- Fixed typo in docs/ref/models/querysets.txt.Sudhanshu Mishra
2017-02-24Made a few queryset lookup examples consistent.Alexkane
2017-01-26Refs #23919, #27778 -- Removed obsolete mentions of unicode.Vytis Banaitis
2017-01-19Refs #23919 -- Removed docs references to long integers.Tim Graham
2017-01-18Refs #23919 -- Removed Python 2 notes in docs.Tim Graham
2017-01-17Removed versionadded/changed annotations for 1.10.Tim Graham
2017-01-17Refs #26285 -- Removed MySQL __search lookup per deprecation timeline.Tim Graham
2017-01-17Removed GeoManager and GeoQuerySet per deprecation timeline.Tim Graham
2017-01-14Fixed #27718 -- Added QuerySet.union(), intersection(), difference().Florian Apolloner
2017-01-11Refs #16614 -- Made QuerySet.iterator() use server-side cursors on PostgreSQL.François Freitag
2016-12-27Used a nontemporal example in QuerySet.bulk_create() in docs.Tim Graham
2016-12-14Added Prefetch import to first use in QuerySet docs.Perry Roper
2016-11-11Fixed #25240 -- Added ExtractWeek and exposed it through the __week lookup.Mads Jensen
2016-10-31Updated Oracle docs links to Oracle 12c.Mariusz Felisiak
2016-10-27Fixed #27327 -- Simplified time zone handling by requiring pytz.Tim Graham
2016-10-25Updated postgresql.org links to https and made them canonical.Marti Raudsepp
2016-10-13Fixed #27342 -- Corrected QuerySet.update_or_create() example.Tim Graham
2016-09-30Updated links to the current version of MySQL docs.Tim Graham
2016-08-19Fixed #26987 -- Documented using QuerySet.get() without arguments.Abhishek Bera
2016-08-18Fixed #25871 -- Added expressions support to QuerySet.values().Ian Foote
2016-08-08Fixed #26500 -- Added SKIP LOCKED support to select_for_update().Simon Charette
2016-08-05Fixed #26706 -- Made RelatedManager modification methods clear prefetch_relat...Yoong Kang Lim
2016-07-08Fixed #26348 -- Added TruncTime and exposed it through the __time lookup.Simon Charette
2016-06-04Fixed a typo in docs/ref/models/querysets.txtVytis Banaitis
2016-06-03Fixed #26638 -- Allowed callable arguments for QuerySet.get_or_create()/updat...Will Koster
2016-06-02Fixed #26526 -- Documented QuerySet.latest()'s dependency on database ordering.Chad Shryock
2016-05-31Fixed a typo in the docs.Florian Apolloner
2016-05-27Fixed typo in docs/ref/models/querysets.txtNick Smith
2016-05-20Removed versionadded/changed annotations for 1.9.Tim Graham
2016-05-14Refs #26021 -- Used hanging indentation in some doc examples.Tim Graham
2016-05-03Fixed #26567 -- Updated references to obsolete RFC2616.Vasiliy Faronov
2016-04-08Refs #22268 -- Fixed typo in docs/ref/models/querysets.txtTim Graham
2016-04-02Fixed #22268 -- Documented values_list() behavior for multivalued relations.aIacopo Spalletti
2016-03-03Fixed #26310 -- Documented that a queryset ordering must be specified to ensu...Tim Graham
2016-03-02Refs #19527 -- Fixed typo in docs/ref/models/querysets.txt.Tim Graham
2016-03-02Fixed #26285 -- Deprecated the MySQL-specific __search lookup.Marc Tamlyn
2016-03-02Refs #19527 -- Allowed QuerySet.bulk_create() to set the primary key of its o...acrefoot
2016-02-26Fixed #25279 -- Made prefetch_related_objects() public.Adam Chainz
2016-02-01Fixed #26124 -- Added missing code formatting to docs headers.rowanv