summaryrefslogtreecommitdiff
path: root/django/db/models/query.py
AgeCommit message (Expand)Author
2023-10-06[5.0.x] Fixed #34889 -- Fixed get_prefetch_queryset() fallback in prefetch_on...Mariusz Felisiak
2023-09-18Fixed #33651 -- Added support for prefetching GenericForeignKey.Clément Escolano
2023-09-07Fixed #34791 -- Fixed incorrect Prefetch()'s cache for singly related objects.Maxime Toussaint
2023-09-07Fixed #31300 -- Added GeneratedField model field.Jeremy Nauta
2023-08-25Simplified QuerySet.update_or_create() a bit.Muzaffer Cikay
2023-08-09Fixed #34586 -- Made QuerySet.create() raise ValueError for reverse one-to-ma...Mariana
2023-07-31Fixed #34331 -- Added QuerySet.aiterator() support for prefetch_related().John Parton
2023-07-10Fixed #34698 -- Made QuerySet.bulk_create() retrieve primary keys when updati...Thomas Chaumeny
2023-07-07Refs #32433 -- Reallowed calling QuerySet.delete() after distinct().Simon Charette
2023-05-12Fixed #470 -- Added support for database defaults on fields.Ian Foote
2023-03-18Fixed #34421 -- Fixed QuerySet.update() on querysets in descending order by a...hb6h057
2023-03-03Fixed #34378 -- Made QuerySet.in_bulk() not clear odering when id_list is pas...Ekaterina Vahrusheva
2023-02-14Fixed #34280 -- Allowed specifying different field values for create operatio...tschilling
2023-02-01Refs #33476 -- Applied Black's 2023 stable style.David Smith
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
2022-11-23Fixed #31679 -- Delayed annotating aggregations.Simon Charette
2022-11-22Fixed #34171 -- Fixed QuerySet.bulk_create() on fields with db_column in uniq...DevilsAutumn
2022-11-22Fixed #34177 -- Fixed QuerySet.bulk_create() crash on "pk" in unique_fields.Mariusz Felisiak
2022-11-04Fixed #27654 -- Propagated alters_data attribute to callables overridden in s...LightDiscord
2022-09-30Fixed #32095 -- Made QuerySet.update_or_create() save only fields passed in d...sarahboyce
2022-06-23Fixed #33799, Refs #31685 -- Added parameters for updating conflicts to Query...DhruvaPatil98
2022-06-17Fixed #28897 -- Fixed QuerySet.update() on querysets ordered by annotations.David Wobrock
2022-06-14Fixed #33772 -- Added QuerySet.first()/last() error message on unordered quer...Pablo Pissi
2022-06-13Made QuerySet.bulk_update() raise an error when batch_size is zero.Ebram Shehata
2022-05-04Refs #33646 -- Reduced sync_to_async hops on async QuerySet iteration.Simon Charette
2022-05-02Refs #33646 -- Made QuerySet.raw() async-compatible.Mariusz Felisiak
2022-05-02Refs #33646 -- Added RawModelIterable.Mariusz Felisiak
2022-04-26Fixed #33646 -- Added async-compatible interface to QuerySet.Andrew Godwin
2022-03-04Fixed #29865 -- Added logical XOR support for Q() and querysets.Ryan Heard
2022-02-09Fixed #33506 -- Made QuerySet.bulk_update() perform atomic writes against wri...Simon Charette
2022-02-07Refs #33476 -- Refactored code to strictly match 88 characters line length.Mariusz Felisiak
2022-02-07Refs #33476 -- Reformatted code with Black.django-bot
2022-02-03Refs #33476 -- Refactored problematic code before reformatting by Black.Mariusz Felisiak
2022-01-27Fixed #33463 -- Fixed QuerySet.bulk_update() with F() expressions.Jörg Breitbart
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
2022-01-11Fixed #13251 -- Made pre/post_delete signals dispatch the origin.mgaligniana
2021-11-29Fixed #33322 -- Fixed loss of assigned related object when saving relation wi...Hannes Ljungberg
2021-09-24Fixed #33124 -- Avoided accessing the database connections when not necessary.Keryn Knight
2021-09-24Fixed #33127 -- Added error messages on | and & operators with combined query...Hasan Ramezani
2021-09-16Fixed #32365 -- Made zoneinfo the default timezone implementation.Carlton Gibson
2021-08-09Fixed #33003 -- Removed **kwargs from QuerySet._chain().Keryn Knight
2021-07-15Refs #32508 -- Raised Type/ValueError instead of using "assert" in django.db....Daniyal
2021-06-30Refs #32786 -- Made Query.clear_ordering() not to cause side effects by default.Hannes Ljungberg
2021-06-29Fixed #32381 -- Made QuerySet.bulk_update() return the number of objects upda...abhiabhi94
2021-03-10Refs #32508 -- Raised TypeError instead of using "assert" on unsupported oper...Mariusz Felisiak
2021-03-06Fixed #24141 -- Added QuerySet.contains().Johan Schiff
2021-02-11Fixed #32433 -- Added error message on QuerySet.delete() following distinct().Egidijus Macijauskas
2021-01-05Fixed #32231 -- Allowed passing None params to QuerySet.raw().Alexander Lyabah