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-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
2022-05-17
Refs #33379 -- Fixed minimum supported version of MariaDB.
Mariusz Felisiak
2022-05-17
Updated source translation catalogs.
Mariusz Felisiak
2022-05-17
Refs #27064 -- Made migrations generate RenameIndex operations when moving in...
David Wobrock
2022-05-17
Refs #27064 -- Refactored out MigrationAutodetector.create_renamed_fields().
David Wobrock
2022-05-16
Refs #27064 -- Made migrations generate RenameIndex operations when renaming ...
David Wobrock
2022-05-16
Fixed #33710 -- Made RenameIndex operation a noop when the old and new name m...
David Wobrock
2022-05-13
Added backward compatibility test for ConnectionHandler.databases property.
Nick Pope
2022-05-13
Fixed typo in Query.clone()'s docstring.
非法操作
2022-05-12
Refs #27064 -- Added RenameIndex migration operation.
David Wobrock
2022-05-12
Made closing in connection handlers more DRY.
Nick Pope
2022-05-12
Fixed #33543 -- Deprecated passing nulls_first/nulls_last=False to OrderBy an...
Mariusz Felisiak
2022-05-12
Fixed #29538 -- Fixed crash of ordering by related fields when Meta.ordering ...
Ed Rivas
2022-05-10
Fixed #30581 -- Added support for Meta.constraints validation.
Gagaro
2022-05-04
Fixed #25105 -- Checked deferred constraints before updating rows on PostgreSQL.
David Wobrock
2022-05-04
Refs #30581 -- Added Q.check() hook.
Gagaro
[prev]
[next]