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-09-25
Fixed #34027 -- Fixed migrations crash when altering type of char/text fields...
David Sanders
2022-09-23
Fixed #34024 -- Fixed crash when aggregating querysets with Q objects annotat...
David Sanders
2022-09-22
Fixed #34015 -- Allowed filtering by transforms on relation fields.
Mariusz Felisiak
2022-09-16
Fixed #33966 -- Added support for using KeyTextTransform from lookup.
Allen Jonathan David
2022-09-15
Refs #28333 -- Explicitly ordered outer qualify query on window filtering.
Simon Charette
2022-09-13
Fixed #33996 -- Fixed CheckConstraint validation on NULL values.
David Sanders
2022-09-13
Fixed #31335 -- Fixed removing composed composed Meta constraints/indexes on ...
Sergey Fursov
2022-09-12
Refs #31335 -- Added SchemaEditor._create_missing_fk_index() on MySQL.
Sergey Fursov
2022-09-09
Fixed #33975 -- Fixed __in lookup when rhs is a queryset with annotate() and ...
DevilsAutumn
2022-09-08
Fixed #33992 -- Fixed queryset crash when aggregating over a group containing...
Simon Charette
2022-09-07
Fixed #33982 -- Fixed migrations crash when adding model with ExclusionConstr...
James Beith
2022-09-06
Refs #33616 -- Updated BaseDatabaseWrapper.run_on_commit comment.
DevilsAutumn
2022-09-06
Fixed #33616 -- Allowed registering callbacks that can fail in transaction.on...
SirAbhi13
2022-09-06
Refs #26780 -- Made prefetch_related() don't use window expressions fo sliced...
Mariusz Felisiak
2022-09-02
Fixed #29799 -- Allowed registering lookups per field instances.
Allen Jonathan David
2022-08-30
Fixed #21204 -- Tracked field deferrals by field instead of models.
Simon Charette
2022-08-30
Merged nested if statements in select_related_descend().
Simon Charette
2022-08-29
Fixed #33960 -- Fixed migrations crash on SQLite < 3.26.
Mariusz Felisiak
2022-08-27
Fixed #33954 -- Prevented models.DecimalField from accepting NaN, Inf, and -I...
Mohamed Karam
2022-08-27
Fixed #33952 -- Reallowed creating reverse foreign key managers on unsaved in...
David Wobrock
2022-08-27
Fixed #33928 -- Avoided unnecessary queries when cascade updating.
Simon Charette
2022-08-27
Refs #33928 -- Removed unnecessary attribute assignment on on-delete updates.
Simon Charette
2022-08-26
Fixed #33953 -- Reverted "Fixed #33201 -- Made RenameModel operation a noop f...
Iuri de Silvio
2022-08-25
Fixed #33938 -- Fixed migration crash for m2m with a through model in another...
Simon Charette
2022-08-25
Fixed typo in django/db/models/fields/files.py comment.
Jan Pieter Waagmeester
2022-08-25
Fixed #33916 -- Added support for serialization of enum.Flag in migrations.
Willem Van Onsem
2022-08-18
Refs #26511 -- Fixed json.KeyTextTransform() on MySQL/MariaDB.
Mariusz Felisiak
2022-08-17
Fixed #33932 -- Fixed altering AutoFields to OneToOneField on PostgreSQL.
BenoƮt Vinot
2022-08-15
Fixed #26780 -- Added prefetch_related() support for sliced queries.
Simon Charette
2022-08-15
Refs #28333 -- Added partial support for filtering against window functions.
Simon Charette
2022-08-15
Fixed #33901 -- Skipped varchar_pattern_ops/text_pattern_ops index creation w...
Haolun Chai
2022-08-12
Fixed #33919 -- Fixed adding AutoFields on PostgreSQL.
Mariusz Felisiak
2022-08-11
Refs #28333 -- Moved SQLCompiler's forced column aliasing logic to get_select().
Simon Charette
2022-08-11
Replaced Expression.replace_references() with .replace_expressions().
Simon Charette
2022-08-10
Refs #33895 -- Fixed Case() crash with filters that match everything in When(...
Mariusz Felisiak
2022-08-09
Fixed #33895 -- Fixed Case() crash with filters that match everything in When().
David Wobrock
2022-08-09
Fixed #33902 -- Fixed Meta.constraints validation crash with F() expressions.
Mariusz Felisiak
2022-08-08
Fixed #33899 -- Fixed migration crash when removing indexed field on SQLite 3...
Fiza Ashraf
2022-08-06
Fixed #33898 -- Fixed Window() expression crash with ArrayAgg().
Mariusz Felisiak
2022-08-03
Fixed #33872 -- Deprecated django.contrib.postgres.fields.CIText/CICharField/...
Mariusz Felisiak
2022-08-02
Fixed #33881 -- Added support for database collations to ArrayField(Char/Text...
Mariusz Felisiak
2022-07-27
Fixed collation tests on MySQL 8.0.30+.
Mariusz Felisiak
2022-07-27
Refs #32948, Refs #32946 -- Used Q.create() internally for dynamic Q() objects.
Nick Pope
2022-07-27
Refs #32948 -- Simplified and optimized Q._combine() and __invert__().
Nick Pope
2022-07-27
Refs #32948 -- Added Node.__copy__().
Nick Pope
2022-07-27
Refs #32948 -- Simplified WhereNode and Node.__deepcopy__()/add().
Nick Pope
2022-07-27
Refs #32948 -- Renamed Node._new_instance() to Node.create().
Nick Pope
2022-07-27
Removed obsolete docstring from WhereNode.clone().
Nick Pope
2022-07-27
Used AND, OR, XOR constants instead of hard-coded values.
Nick Pope
2022-07-26
Refs #27236 -- Reverted "Refs #27236 -- Refactored out DeprecationForHistoric...
Mariusz Felisiak
[prev]
[next]