index
:
chango.git
devmain
fix-31295
initial-branch
main
stable/5.2.x
stable/6.0.x
django
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
django
/
db
Age
Commit message (
Expand
)
Author
2022-03-15
Fixed #33552 -- Fixed JSONField has key lookups with numeric keys on MariaDB,...
Sage Abdullah
2022-03-11
Fixed #33572 -- Implemented CreateModel/AlterModelManagers reduction.
Adam Johnson
2022-03-04
Fixed #29865 -- Added logical XOR support for Q() and querysets.
Ryan Heard
2022-03-04
Refs #31169 -- Prevented infinite loop in tests on failures.
Mariusz Felisiak
2022-03-03
Refs #27624 -- Optimized Query.clone() a bit.
Keryn Knight
2022-03-03
Refs #27624 -- Optimized sql.Query creation by moving immutable/singleton att...
Keryn Knight
2022-03-02
Fixed #33553 -- Used built-in math functions in SQLite 3.35+.
Nick Pope
2022-02-26
Fixed #33508 -- Fixed DatabaseFeatures.supports_index_column_ordering on Mari...
Alokik Vijay
2022-02-25
Fixed #31486 -- Deprecated passing unsaved objects to related filters.
Albert Defler
2022-02-23
Refs #31169 -- Added DatabaseCreation.setup_worker_connection() hook.
Valz
2022-02-22
Fixed #19580 -- Unified behavior of reverse foreign key and many-to-many rela...
Albert Defler
2022-02-22
Refs #33517 -- Prevented __second lookup from returning fractional seconds on...
nabil-rady
2022-02-18
Fixed #33379 -- Added minimum database version checks.
Hasan Ramezani
2022-02-16
Fixed #33515 -- Prevented recreation of migration for ManyToManyField to lowe...
Mariusz Felisiak
2022-02-16
Made Field.error_messages a cached property.
Collin Anderson
2022-02-11
Refs #32502 -- Avoided table rebuild when removing fields on SQLite 3.35.5+.
Mariusz Felisiak
2022-02-09
Fixed #33501 -- Made order_with_respect_to respect database routers.
Damian Posener
2022-02-09
Fixed #33506 -- Made QuerySet.bulk_update() perform atomic writes against wri...
Simon Charette
2022-02-07
Refs #33476 -- Refactored code to strictly match 88 characters line length.
Mariusz Felisiak
2022-02-07
Refs #33476 -- Reformatted code with Black.
django-bot
2022-02-07
Refs #33482 -- Fixed QuerySet selecting and filtering againts negated Exists(...
Mariusz Felisiak
2022-02-03
Refs #33476 -- Refactored problematic code before reformatting by Black.
Mariusz Felisiak
2022-02-02
Fixed #33482 -- Fixed QuerySet filtering againts negated Exists() with empty ...
Simon Charette
2022-02-01
Fixed #33480 -- Fixed makemigrations crash when renaming field of renamed model.
Kirill Safronov
2022-01-31
Fixed #33468 -- Fixed QuerySet.aggregate() after annotate() crash on aggregat...
Mariusz Felisiak
2022-01-27
Fixed #33463 -- Fixed QuerySet.bulk_update() with F() expressions.
Jörg Breitbart
2022-01-27
Fixed #33462 -- Fixed migration crash when altering type of primary key with ...
Mariusz Felisiak
2022-01-25
Fixed broken link to cx_Oracle docs.
Ian Foote
2022-01-25
Refs #20349 -- Avoided loading testing libraries when not needed.
Collin Anderson
2022-01-25
Fixed #29984 -- Added QuerySet.iterator() support for prefetching related obj...
Jacob Walls
2022-01-24
Fixed #33460 -- Used VALUES clause for insert in bulk on SQLite.
Keryn Knight
2022-01-21
Fixed #33449 -- Fixed makemigrations crash on models without Meta.order_with_...
Fabian Büchler
2022-01-19
Fixed #31685 -- Added support for updating conflicts to QuerySet.bulk_create().
sean_c_hsu
2022-01-17
Fixed #29338 -- Allowed using combined queryset in Subquery.
Mariusz Felisiak
2022-01-17
Fixed #33435 -- Fixed invalid SQL generatered by Subquery.as_sql().
My-Name-Is-Nabil
2022-01-14
Fixed #33441 -- Restored immutability of models.Field.__hash__().
Adam Johnson
2022-01-13
Improved Model.__init__() properties loop.
Adam Johnson
2022-01-11
Fixed #13251 -- Made pre/post_delete signals dispatch the origin.
mgaligniana
2022-01-07
Fixed #33216 -- Simpilified deconstructed paths for some expressions.
Allen Jonathan David
2022-01-05
Fixed #32511 -- Corrected handling prefetched nested reverse relationships.
Jamie Matthews
2022-01-04
Fixed #33402 -- Optimized multiple AlterFooTogether operations.
David Wobrock
2022-01-04
Fixed #33406 -- Avoided creation of MaxLengthValidator(None) when resolving V...
Keryn Knight
2022-01-04
Fixed #33408 -- Fixed adding nullable unique fields on SQLite.
Mariusz Felisiak
2022-01-03
Refs #29026 -- Allowed customizing InteractiveMigrationQuestioner's prompt de...
Jacob Walls
2021-12-30
Fixed #23273 -- Avoided creation of django_migrations table when there are no...
Jacob Walls
2021-12-27
Refs #29517 -- Removed obsolete PositiveIntegerField test skip.
Tim Graham
2021-12-23
Refs #33355 -- Constructed SQLite list aggregate types once.
Adam Johnson
2021-12-23
Refs #33355 -- Removed @none_guard from SQLite functions.
Adam Johnson
2021-12-23
Refs #33355 -- Made trunc functions raise ValueError on invalid lookups on SQ...
Adam Johnson
2021-12-23
Refs #33355 -- Moved SQLite functions to separate module.
Adam Johnson
[prev]
[next]