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
/
base
Age
Commit message (
Expand
)
Author
2023-02-15
[4.2.x] Fixed #34320 -- Make sure constraints names are obtained from truncat...
nabil-rady
2023-02-01
[4.2.x] Refs #33476 -- Applied Black's 2023 stable style.
David Smith
2023-01-09
Fixed #34176 -- Fixed grouping by ambiguous aliases.
Simon Charette
2022-12-28
Fixed #14094 -- Added support for unlimited CharField on PostgreSQL.
Adrian Torres
2022-12-28
Fixed #18468 -- Added support for comments on columns and tables.
kimsoungryoul
2022-12-27
Fixed #34217 -- Fixed migration crash when removing check constraints on MySQ...
DevilsAutumn
2022-12-22
Fixed #34219 -- Preserved Char/TextField.db_collation when altering column type.
Mariusz Felisiak
2022-12-15
Fixed #33308 -- Added support for psycopg version 3.
Daniele Varrazzo
2022-11-21
Fixed #31090 -- Logged transaction management queries.
Ilya Bass
2022-11-15
Refs #33308 -- Used get_db_prep_value() to adapt JSONFields.
Simon Charette
2022-11-07
Refs #17144 -- Removed support for grouping by primary key.
Simon Charette
2022-10-31
Used more augmented assignment statements.
Nick Pope
2022-10-06
Refs #33308 -- Enabled explicit GROUP BY and ORDER BY aliases.
Simon Charette
2022-10-05
Fixed #33768 -- Fixed ordering compound queries by nulls_first/nulls_last on ...
Simon Charette
2022-10-03
Fixed #23353 -- Used "raise from" when raising TransactionManagementError.
David Wobrock
2022-09-13
Fixed #33996 -- Fixed CheckConstraint validation on NULL values.
David Sanders
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-08-12
Fixed #33919 -- Fixed adding AutoFields on PostgreSQL.
Mariusz Felisiak
2022-08-02
Fixed #33881 -- Added support for database collations to ArrayField(Char/Text...
Mariusz Felisiak
2022-07-06
Refs CVE-2022-34265 -- Properly escaped Extract() and Trunc() parameters.
Simon Charette
2022-07-04
Fixed CVE-2022-34265 -- Protected Trunc(kind)/Extract(lookup_name) against SQ...
Mariusz Felisiak
2022-06-13
Fixed #33773 -- Made Index with multiple fields respect DEFAULT_INDEX_TABLESP...
Bruce Cutler
2022-06-01
Fixed #32234 -- Made inspectdb inform about composite primary keys.
Anv3sh
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-12
Refs #27064 -- Added RenameIndex migration operation.
David Wobrock
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 #33413 -- Added collation to CharField/TextField's db_parameters.
David Wobrock
2022-04-14
Expanded QuerySet.explain() error message if a backend supports no formats.
Tim Graham
2022-04-13
Fixed #30511 -- Used identity columns instead of serials on PostgreSQL.
Florian Apolloner
2022-04-11
Removed DatabaseFeatures.validates_explain_options.
Mariusz Felisiak
2022-04-06
Fixed #33471 -- Made AlterField operation a noop when changing "choices".
sarahboyce
2022-03-24
Refs #32365 -- Removed internal uses of utils.timezone.utc alias.
Carlton Gibson
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-02-23
Refs #31169 -- Added DatabaseCreation.setup_worker_connection() hook.
Valz
2022-02-18
Fixed #33379 -- Added minimum database version checks.
Hasan Ramezani
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-01-27
Fixed #33462 -- Fixed migration crash when altering type of primary key with ...
Mariusz Felisiak
2022-01-25
Refs #20349 -- Avoided loading testing libraries when not needed.
Collin Anderson
2022-01-19
Fixed #31685 -- Added support for updating conflicts to QuerySet.bulk_create().
sean_c_hsu
2021-12-09
Fixed #33340 -- Fixed unquoted column names in queries used by DatabaseCache.
Arsa
2021-12-01
Fixed #30398 -- Added CONN_HEALTH_CHECKS database setting.
Przemysław Suliga
2021-11-19
Fixed #33229 -- Fixed BaseDatabaseOperations.adapt_datetimefield_value()/adap...
SwastikTripathi
2021-11-19
Refs #24121 -- Added __repr__() to BaseDatabaseWrapper, JoinPromoter, and SQL...
Jonny Park
2021-11-12
Fixed #33161 -- Enabled durability check for nested atomic blocks in TestCase.
Krzysztof Jagiello
[next]