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-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
2022-07-26
Refs #27236 -- Reverted "Refs #27236 -- Added generic mechanism to handle the...
Mariusz Felisiak
2022-07-26
Refs #27236 -- Reverted AlterIndexTogether deprecation.
Mariusz Felisiak
2022-07-21
Refs #27236 -- Made cosmetic edits to Meta.index_together deprecation.
Mariusz Felisiak
2022-07-21
Stopped using default adapters/converters on SQLite backend.
Mariusz Felisiak
2022-07-18
Fixed #33854 -- Corrected the order of parameters in dbshell on PostgreSQL.
Jarrett Keifer
2022-07-16
Fixed #33848 -- Optimized StateApps.clone().
Iuri de Silvio
2022-07-12
Fixed #27236 -- Deprecated Meta.index_together in favor of Meta.indexes.
David Wobrock
2022-07-09
Refs CVE-2022-34265 -- Unified DatabaseOperations._convert_*_to_tz() hook names.
Mariusz Felisiak
2022-07-08
Fixed #33718 -- Dropped support for MySQL 5.7.
Mariusz Felisiak
2022-07-08
Fixed #33829 -- Made BaseConstraint.deconstruct() and equality handle violati...
Stéphane "Twidi" Angel
2022-07-08
Refs #27236 -- Added generic mechanism to handle the deprecation of migration...
David Wobrock
2022-07-07
Refs #27236 -- Refactored out DeprecationForHistoricalMigrationMixin.
David Wobrock
2022-07-06
Refs CVE-2022-34265 -- Properly escaped Extract() and Trunc() parameters.
Simon Charette
2022-07-05
Fixed #33815 -- Fixed last_executed_query() on Oracle when parameter names ov...
Mariusz Felisiak
2022-07-04
Fixed CVE-2022-34265 -- Protected Trunc(kind)/Extract(lookup_name) against SQ...
Mariusz Felisiak
2022-07-04
Fixed #33816 -- Fixed QuerySet.only() after select_related() crash on proxy m...
Ipakeev
2022-06-27
Refs #32786 -- Made query clear ordering when ordered combined queryset is us...
Mariusz Felisiak
2022-06-27
Refs #33713 -- Removed unnecessary skip for MariaDB 10.3.
Mariusz Felisiak
2022-06-27
Fixed #33796 -- Fixed ordered combined queryset crash when used in subquery o...
Mariusz Felisiak
2022-06-23
Fixed #33799, Refs #31685 -- Added parameters for updating conflicts to Query...
DhruvaPatil98
2022-06-17
Fixed #28897 -- Fixed QuerySet.update() on querysets ordered by annotations.
David Wobrock
2022-06-17
Refs #28897 -- Added test for QuerySet.update() on querysets ordered by inlin...
David Wobrock
2022-06-14
Fixed #33772 -- Added QuerySet.first()/last() error message on unordered quer...
Pablo Pissi
2022-06-13
Fixed #33773 -- Made Index with multiple fields respect DEFAULT_INDEX_TABLESP...
Bruce Cutler
2022-06-13
Made QuerySet.bulk_update() raise an error when batch_size is zero.
Ebram Shehata
2022-06-02
Fixed #31788 -- Fixed migration optimization after altering field to ManyToMa...
David Wobrock
2022-06-01
Fixed #33733 -- Preserved wrapper assignment for manager methods.
kshivakumar
2022-06-01
Fixed #32234 -- Made inspectdb inform about composite primary keys.
Anv3sh
2022-05-31
Fixed #33191 -- Avoided clearing cached reference when saving child after par...
Allen Jonathan David
2022-05-26
Fixed #23740 -- Fixed removing unique_together constraint if exists primary k...
David Wobrock
2022-05-26
Refs #23740 -- Added BaseDatabaseSchemaEditor._unique_constraint_name().
David Wobrock
2022-05-20
Fixed #33715 -- Allowed keyboard interrupt to abort queries in MySQL dbshell.
Hasan Ramezani
2022-05-19
Fixed #33717 -- Dropped support for PostgreSQL 11.
Mariusz Felisiak
2022-05-19
Fixed #33705 -- Fixed crash when using IsNull() lookup in filters.
David Wobrock
2022-05-18
Fixed #33713 -- Dropped support for MariaDB 10.3.
Mariusz Felisiak
[prev]
[next]