summaryrefslogtreecommitdiff
path: root/docs/ref/models/querysets.txt
AgeCommit message (Expand)Author
2023-09-18Fixed #33651 -- Added support for prefetching GenericForeignKey.Clément Escolano
2023-09-16Corrected QuerySet.prefetch_related() note about GenericRelation().Mariusz Felisiak
2023-08-04Fixed #34760 -- Dropped support for SQLite < 3.27.Mariusz Felisiak
2023-08-03Fixed #34761 -- Dropped support for MySQL < 8.0.11.Mariusz Felisiak
2023-07-31Fixed #34331 -- Added QuerySet.aiterator() support for prefetch_related().John Parton
2023-07-28Fixed #34749 -- Corrected QuerySet.acreate() signature in docs.John Parton
2023-07-20Fixed typo in docs/ref/models/querysets.txt.nessita
2023-07-20Refs #30052 -- Clarified that defer() and only() do not work with aggregated ...Vyacheslav Dmitriev
2023-07-10Fixed #34698 -- Made QuerySet.bulk_create() retrieve primary keys when updati...Thomas Chaumeny
2023-06-27Fixed typo in docs/ref/models/querysets.txt.Mariusz Felisiak
2023-06-23Improved style of n-tuple wording in docs and comments.Nick Pope
2023-06-08Fixed #34604 -- Corrected fallback SQL for n-ary logical XOR.Anders Kaseorg
2023-04-27Doc'd that Count("*") is equivalent to COUNT(*) SQL.Tom Forbes
2023-04-21Added meaningful titles to ..admonition:: directives.Mariusz Felisiak
2023-04-20Fixed #34440 -- Doc'd that & queryset operator works similar to chaining.David Sanders
2023-03-01Fixed #34140 -- Reformatted code blocks in docs with blacken-docs.django-bot
2023-02-14Fixed #34280 -- Allowed specifying different field values for create operatio...tschilling
2023-02-10Refs #34140 -- Applied rst code-block to non-Python examples.Carlton Gibson
2023-01-17Refs #29984 -- Made QuerySet.iterator() without chunk_size raise ValueError a...Mariusz Felisiak
2023-01-17Refs #32365 -- Removed is_dst argument for various methods and functions.Mariusz Felisiak
2023-01-17Removed versionadded/changed annotations for 4.1.Mariusz Felisiak
2022-12-06Fixed #24048 -- Corrected QuerySet.only() docs about interaction with defer().Ryan Cheley
2022-11-14Fixed #34099 -- Added release notes for QuerySet.update_or_create() changes.sarahboyce
2022-11-10Updated documentation and comments for RFC updates.Nick Pope
2022-10-21Fixed typo in docs/ref/models/querysets.txt.Ryan Cheley
2022-07-26Fixed #33820 -- Doc'd "true"/"false"/"null" caveat for JSONField key transfor...Mariusz Felisiak
2022-05-17Removed versionadded/changed annotations for 4.0.Carlton Gibson
2022-04-26Fixed #33646 -- Added async-compatible interface to QuerySet.Andrew Godwin
2022-03-17Added missing backticks to function names.Mariusz Felisiak
2022-03-04Fixed #29865 -- Added logical XOR support for Q() and querysets.Ryan Heard
2022-02-22Removed redundant QuerySet.all() calls in docs and tests.Nick Pope
2022-01-25Fixed #29984 -- Added QuerySet.iterator() support for prefetching related obj...Jacob Walls
2022-01-19Fixed #31685 -- Added support for updating conflicts to QuerySet.bulk_create().sean_c_hsu
2021-12-28Avoided counting attributes and methods in docs.Mariusz Felisiak
2021-12-08Refs #33319 -- Added note about commutation of QuerySet's | operator.Ömer Faruk Abacı
2021-11-23Corrected signatures of QuerySet's methods.Mariusz Felisiak
2021-10-04Fixed #32888 -- Doc'd that select_for_update() only locks tables with selecte...Hannes Ljungberg
2021-09-22Fixed #33129 -- Dropped support for MariaDB 10.2.Mariusz Felisiak
2021-09-20Removed versionadded/changed annotations for 3.2.Mariusz Felisiak
2021-09-16Fixed #32365 -- Made zoneinfo the default timezone implementation.Carlton Gibson
2021-08-26Fixed #33046 -- Added note about using length of cached result by QuerySet.co...Can Sarıgöl
2021-07-29Made minor edits to QuerySet.update_or_create() docs.Abhyudai
2021-07-29Fixed 32956 -- Lowercased spelling of "web" and "web framework" where appropr...David Smith
2021-07-19Fixed #10929 -- Added default argument to aggregates.Nick Pope
2021-07-08Fixed #32908 -- Allowed select_for_update(skip_locked) on MariaDB 10.6+.Mariusz Felisiak
2021-07-07Documented in_bulk behavior with nonexistent id_list items.Claude Paroz
2021-06-29Fixed #32381 -- Made QuerySet.bulk_update() return the number of objects upda...abhiabhi94
2021-04-14Fixed #32645 -- Fixed QuerySet.update() crash when ordered by joined fields o...Mariusz Felisiak
2021-04-07Fixed #32501 -- Added support for returning fields from INSERT statements on ...girishsontakke
2021-03-25Refs #31003 -- Moved note about return value of QuerySet.bulk_create() to the...Claude Paroz