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
/
backends
Age
Commit message (
Expand
)
Author
2023-02-01
[4.1.x] Refs #33476 -- Applied Black's 2023 stable style.
David Smith
2022-11-04
[4.1.x] Fixed #34138 -- Avoided table rebuild when adding inline m2m fields o...
Mariusz Felisiak
2022-10-26
[4.1.x] Refs #33173 -- Fixed destroying test databases when running tests in ...
Mariusz Felisiak
2022-10-01
[4.1.x] Refs #34058 -- Fixed changing/deleting sequences when altering pre-Dj...
Mariusz Felisiak
2022-09-29
[4.1.x] Fixed #34058 -- Changed sequence types when altering pre-Django 4.1 a...
Mariusz Felisiak
2022-09-13
[4.1.x] Fixed #33996 -- Fixed CheckConstraint validation on NULL values.
David Sanders
2022-09-07
[4.1.x] Fixed #33982 -- Fixed migrations crash when adding model with Exclusi...
James Beith
2022-08-29
[4.1.x] Fixed #33960 -- Fixed migrations crash on SQLite < 3.26.
Mariusz Felisiak
2022-08-17
[4.1.x] Fixed #33932 -- Fixed altering AutoFields to OneToOneField on Postgre...
BenoƮt Vinot
2022-08-12
[4.1.x] Fixed #33919 -- Fixed adding AutoFields on PostgreSQL.
Mariusz Felisiak
2022-08-08
[4.1.x] Fixed #33899 -- Fixed migration crash when removing indexed field on ...
Fiza Ashraf
2022-08-01
[4.1.x] Fixed collation tests on MySQL 8.0.30+.
Mariusz Felisiak
2022-07-09
[4.1.x] Refs CVE-2022-34265 -- Unified DatabaseOperations._convert_*_to_tz() ...
Mariusz Felisiak
2022-07-06
[4.1.x] Refs CVE-2022-34265 -- Properly escaped Extract() and Trunc() paramet...
Simon Charette
2022-07-04
[4.1.x] Fixed CVE-2022-34265 -- Protected Trunc(kind)/Extract(lookup_name) ag...
Mariusz Felisiak
2022-06-27
[4.1.x] Fixed #33796 -- Fixed ordered combined queryset crash when used in su...
Mariusz Felisiak
2022-06-17
[4.1.x] Fixed #28897 -- Fixed QuerySet.update() on querysets ordered by annot...
David Wobrock
2022-06-17
[4.1.x] Refs #28897 -- Added test for QuerySet.update() on querysets ordered ...
David Wobrock
2022-06-13
[4.1.x] Fixed #33773 -- Made Index with multiple fields respect DEFAULT_INDEX...
Bruce Cutler
2022-05-26
[4.1.x] Fixed #23740 -- Fixed removing unique_together constraint if exists p...
David Wobrock
2022-05-26
[4.1.x] Refs #23740 -- Added BaseDatabaseSchemaEditor._unique_constraint_name().
David Wobrock
2022-05-17
[4.1.x] Refs #33379 -- Fixed minimum supported version of MariaDB.
Mariusz Felisiak
2022-05-12
Refs #27064 -- Added RenameIndex migration operation.
David Wobrock
2022-05-04
Fixed #25105 -- Checked deferred constraints before updating rows on PostgreSQL.
David Wobrock
2022-05-04
Fixed #33675 -- Dropped support for PostgreSQL 10 and PostGIS 2.4.
Mariusz Felisiak
2022-05-03
Fixed #29854 -- Made _all_related_fields() return deterministically ordered f...
Collin Anderson
2022-05-02
Fixed #33413 -- Made migrations propage collations to related fields.
David Wobrock
2022-04-29
Refs #33671 -- Fixed migrations crash when adding collation to a primary key ...
Mariusz Felisiak
2022-04-29
Fixed #33670 -- Fixed altering primary key on SQLite.
Mariusz Felisiak
2022-04-29
Refs #33413 -- Added collation to CharField/TextField's db_parameters.
David Wobrock
2022-04-18
Fixed DatabaseFeatures.uses_savepoints/can_release_savepoints and related tes...
Mariusz Felisiak
2022-04-14
Expanded QuerySet.explain() error message if a backend supports no formats.
Tim Graham
2022-04-14
Removed unneeded code in explain_query_prefix()
Tim Graham
2022-04-13
Fixed #30511 -- Used identity columns instead of serials on PostgreSQL.
Florian Apolloner
2022-04-13
Fixed DatabaseFeatures.supports_index_column_ordering and related tests with ...
Mariusz Felisiak
2022-04-12
Fixed DatabaseFeatures.supports_expression_indexes on MySQL with MyISAM.
Mariusz Felisiak
2022-04-11
Removed DatabaseFeatures.validates_explain_options.
Mariusz Felisiak
2022-04-11
Fixed CVE-2022-28347 -- Protected QuerySet.explain(**options) against SQL inj...
Mariusz Felisiak
2022-04-06
Fixed #33471 -- Made AlterField operation a noop when changing "choices".
sarahboyce
2022-03-29
Updated Oracle docs links to Oracle 21c.
Mariusz Felisiak
2022-03-24
Refs #32365 -- Removed internal uses of utils.timezone.utc alias.
Carlton Gibson
2022-03-22
Refs #30581 -- Fixed DatabaseFeatures.bare_select_suffix on MySQL < 8 and Mar...
Gagaro
2022-03-15
Fixed #31169 -- Adapted the parallel test runner to use spawn.
David Smith
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-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-23
Refs #31169 -- Added DatabaseCreation.setup_worker_connection() hook.
Valz
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
[next]