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
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-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
2022-02-11
Refs #32502 -- Avoided table rebuild when removing fields on SQLite 3.35.5+.
Mariusz Felisiak
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-03
Refs #33476 -- Refactored problematic code before reformatting by Black.
Mariusz Felisiak
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-24
Fixed #33460 -- Used VALUES clause for insert in bulk on SQLite.
Keryn Knight
2022-01-19
Fixed #31685 -- Added support for updating conflicts to QuerySet.bulk_create().
sean_c_hsu
2022-01-04
Fixed #33408 -- Fixed adding nullable unique fields on SQLite.
Mariusz Felisiak
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
2021-12-23
Refs #33355 -- Optimized LPad() database function on SQLite.
Adam Johnson
2021-12-22
Refs #32355 -- Bumped required psycopg2 version to 2.8.4.
Mariusz Felisiak
2021-12-22
Refs #33355 -- Optimized Trunc() on SQLite by using f-strings.
Adam Johnson
2021-12-22
Refs #33355 -- Added missing tests for database functions and expression on n...
Adam Johnson
2021-12-14
Fixed #33358 -- Fixed handling timedelta < 1 day in schema operations on Oracle.
mdalp
[prev]
[next]