index
:
delta/python-packages/django.git
1.8
15667
16682
24046
24215
24525
26176
3.2-man-page
4.0/make-zoneinfo-default-timezone-implementation-squashed
alex-patch-1
attic/boulder-oracle-sprint
attic/full-history
attic/generic-auth
attic/gis
attic/i18n
attic/magic-removal
attic/multi-auth
attic/multiple-db-support
attic/new-admin
attic/newforms-admin
attic/per-object-permissions
attic/queryset-refactor
attic/schema-evolution
attic/schema-evolution-ng
attic/search-api
attic/sqlalchemy
attic/unicode
c/29988-allow-f-strings
c/32409-async-tests-cannot-call-orm
c/append-slash-opt-out
c/replace-utcnow
c/use-bpo-extlink
dep0005
dep5
fix-cache-test
fix/remove-stray-file
issue/31570
link-to-code-of-conduct
main
make-zoneinfo-default-timezone-implementation
master
remove-unnecesary-if-wrap
selenium-updates
sir-sigurd-patch-1
soc2009/admin-ui
soc2009/http-wsgi-improvements
soc2009/i18n-improvements
soc2009/model-validation
soc2009/multidb
soc2009/test-improvements
soc2010/app-loading
soc2010/query-refactor
soc2010/test-refactor
stable/0.90.x
stable/0.91.x
stable/0.95.x
stable/0.96.x
stable/1.0.x
stable/1.1.x
stable/1.10.x
stable/1.11.x
stable/1.2.x
stable/1.3.x
stable/1.4.x
stable/1.5.x
stable/1.6.x
stable/1.7.x
stable/1.8.x
stable/1.9.x
stable/2.0.x
stable/2.1.x
stable/2.2.x
stable/3.0.x
stable/3.1.x
stable/3.2.x
stable/4.0.x
stable/4.1.x
stable/4.2.x
swap-closing-quote-period-in-admin-i18nable-literal
ticket-25055
ticket-31342
update-next-docs-version
github.com: django/django.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
django
/
db
/
models
/
query.py
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fixed #34421 -- Fixed QuerySet.update() on querysets in descending order by a...
hb6h057
2023-03-18
1
-1
/
+8
*
Fixed #34378 -- Made QuerySet.in_bulk() not clear odering when id_list is pas...
Ekaterina Vahrusheva
2023-03-03
1
-2
/
+2
*
Fixed #34280 -- Allowed specifying different field values for create operatio...
tschilling
2023-02-14
1
-7
/
+15
*
Refs #33476 -- Applied Black's 2023 stable style.
David Smith
2023-02-01
1
-1
/
+1
*
Refs #29984 -- Made QuerySet.iterator() without chunk_size raise ValueError a...
Mariusz Felisiak
2023-01-17
1
-11
/
+3
*
Refs #32365 -- Removed is_dst argument for various methods and functions.
Mariusz Felisiak
2023-01-17
1
-6
/
+1
*
Fixed #31679 -- Delayed annotating aggregations.
Simon Charette
2022-11-23
1
-20
/
+2
*
Fixed #34171 -- Fixed QuerySet.bulk_create() on fields with db_column in uniq...
DevilsAutumn
2022-11-22
1
-5
/
+4
*
Fixed #34177 -- Fixed QuerySet.bulk_create() crash on "pk" in unique_fields.
Mariusz Felisiak
2022-11-22
1
-5
/
+7
*
Fixed #27654 -- Propagated alters_data attribute to callables overridden in s...
LightDiscord
2022-11-04
1
-2
/
+6
*
Fixed #32095 -- Made QuerySet.update_or_create() save only fields passed in d...
sarahboyce
2022-09-30
1
-2
/
+20
*
Fixed #33799, Refs #31685 -- Added parameters for updating conflicts to Query...
DhruvaPatil98
2022-06-23
1
-1
/
+12
*
Fixed #28897 -- Fixed QuerySet.update() on querysets ordered by annotations.
David Wobrock
2022-06-17
1
-0
/
+14
*
Fixed #33772 -- Added QuerySet.first()/last() error message on unordered quer...
Pablo Pissi
2022-06-14
1
-2
/
+21
*
Made QuerySet.bulk_update() raise an error when batch_size is zero.
Ebram Shehata
2022-06-13
1
-1
/
+1
*
Refs #33646 -- Reduced sync_to_async hops on async QuerySet iteration.
Simon Charette
2022-05-04
1
-14
/
+2
*
Refs #33646 -- Made QuerySet.raw() async-compatible.
Mariusz Felisiak
2022-05-02
1
-0
/
+16
*
Refs #33646 -- Added RawModelIterable.
Mariusz Felisiak
2022-05-02
1
-35
/
+45
*
Fixed #33646 -- Added async-compatible interface to QuerySet.
Andrew Godwin
2022-04-26
1
-1
/
+157
*
Fixed #29865 -- Added logical XOR support for Q() and querysets.
Ryan Heard
2022-03-04
1
-0
/
+19
*
Fixed #33506 -- Made QuerySet.bulk_update() perform atomic writes against wri...
Simon Charette
2022-02-09
1
-1
/
+3
*
Refs #33476 -- Refactored code to strictly match 88 characters line length.
Mariusz Felisiak
2022-02-07
1
-1
/
+2
*
Refs #33476 -- Reformatted code with Black.
django-bot
2022-02-07
1
-254
/
+475
*
Refs #33476 -- Refactored problematic code before reformatting by Black.
Mariusz Felisiak
2022-02-03
1
-6
/
+3
*
Fixed #33463 -- Fixed QuerySet.bulk_update() with F() expressions.
Jörg Breitbart
2022-01-27
1
-2
/
+2
*
Fixed #29984 -- Added QuerySet.iterator() support for prefetching related obj...
Jacob Walls
2022-01-25
1
-6
/
+33
*
Fixed #31685 -- Added support for updating conflicts to QuerySet.bulk_create().
sean_c_hsu
2022-01-19
1
-13
/
+106
*
Fixed #13251 -- Made pre/post_delete signals dispatch the origin.
mgaligniana
2022-01-11
1
-1
/
+1
*
Fixed #33322 -- Fixed loss of assigned related object when saving relation wi...
Hannes Ljungberg
2021-11-29
1
-0
/
+2
*
Fixed #33124 -- Avoided accessing the database connections when not necessary.
Keryn Knight
2021-09-24
1
-10
/
+10
*
Fixed #33127 -- Added error messages on | and & operators with combined query...
Hasan Ramezani
2021-09-24
1
-0
/
+6
*
Fixed #32365 -- Made zoneinfo the default timezone implementation.
Carlton Gibson
2021-09-16
1
-1
/
+3
*
Fixed #33003 -- Removed **kwargs from QuerySet._chain().
Keryn Knight
2021-08-09
1
-6
/
+5
*
Refs #32508 -- Raised Type/ValueError instead of using "assert" in django.db....
Daniyal
2021-07-15
1
-13
/
+21
*
Refs #32786 -- Made Query.clear_ordering() not to cause side effects by default.
Hannes Ljungberg
2021-06-30
1
-4
/
+4
*
Fixed #32381 -- Made QuerySet.bulk_update() return the number of objects upda...
abhiabhi94
2021-06-29
1
-2
/
+4
*
Refs #32508 -- Raised TypeError instead of using "assert" on unsupported oper...
Mariusz Felisiak
2021-03-10
1
-22
/
+20
*
Fixed #24141 -- Added QuerySet.contains().
Johan Schiff
2021-03-06
1
-0
/
+21
*
Fixed #32433 -- Added error message on QuerySet.delete() following distinct().
Egidijus Macijauskas
2021-02-11
1
-0
/
+2
*
Fixed #32231 -- Allowed passing None params to QuerySet.raw().
Alexander Lyabah
2021-01-05
1
-3
/
+3
*
Fixed #32089 -- Fixed prefetch_related_objects() when some objects are alread...
Alexey Nigin
2020-12-16
1
-10
/
+26
*
Made small readability improvements.
Martin Thoma
2020-10-28
1
-1
/
+1
*
Fixed #29497 -- Fixed loss of assigned parent when saving child with bulk_cre...
Hannes Ljungberg
2020-10-26
1
-2
/
+4
*
Fixed #32116 -- Fixed QuerySet.order_by() crash on EmptyQuerySet with union()...
Hannes Ljungberg
2020-10-19
1
-1
/
+5
*
Fixed #32068 -- Added error messages on get() with filters following union(),...
Hasan Ramezani
2020-10-05
1
-0
/
+5
*
Fixed #31880 -- Made QuerySet.aggregate() raise FieldError when aggregating o...
David Wobrock
2020-09-29
1
-2
/
+10
*
Fixed #31843 -- Fixed pickling named values from QuerySet.values_list().
Kwist
2020-09-16
1
-11
/
+2
*
Fixed #31990 -- Fixed QuerySet.ordered for GROUP BY queries on models with Me...
Mariusz Felisiak
2020-09-14
1
-1
/
+6
*
Fixed #31943 -- Fixed recreating QuerySet.values()/values_list() when using a...
Hasan Ramezani
2020-09-11
1
-0
/
+2
*
Fixed #31947 -- Made QuerySet.update_or_create() reuse get_or_create().
Alexander
2020-08-27
1
-29
/
+17
[next]