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
2025-01-14
Refs #36075 -- Adjusted MTI handling of _non_pk_concrete_field_names.
Simon Charette
2025-01-14
Refs #36075 -- Adjusted pk_fields usage in bulk_update eligibility checks.
Simon Charette
2025-01-14
Fixed #36093 -- Adjusted unique checks to account for inherited primary keys.
Simon Charette
2025-01-14
Fixed CVE-2024-56374 -- Mitigated potential DoS in IPv6 validation.
Michael Manfre
2025-01-13
Fixed #36092 -- Disallowed non-local fields in composite primary keys.
Bendeguz Csirmaz
2025-01-13
Refs #36075 -- Used field in pk_fields over field.primary_key.
Sarah Boyce
2025-01-13
Refs #36050 -- Fixed OuterRef support for CompositePrimaryKey on Oracle.
Simon Charette
2025-01-13
Fixed #36086 -- Fixed crash when using GeneratedField with non-AutoField pk.
Simon Charette
2025-01-13
Refs #373 -- Removed unused composite pk code in SQLInsertCompiler.
Simon Charette
2025-01-10
Fixed #36050 -- Added OuterRef support to CompositePrimaryKey.
Bendeguz Csirmaz
2025-01-10
Fixed #36064 -- Skipped an UPDATE when adding a model instance with a composi...
Bendeguz Csirmaz
2025-01-10
Refs #36064 -- Added Model.has_db_default() to encapsulate NOT_PROVIDED checks.
Simon Charette
2025-01-10
Fixed #36068 -- Raised ValueError when providing a composite PK field to bulk...
Jacob Walls
2025-01-09
Fixed #36074 -- Excluded composite primary key fields on save() updates.
Simon Charette
2025-01-08
Fixed #36062 -- Handled serialization of CompositePrimaryKeys.
Sarah Boyce
2025-01-08
Fixed #36065 -- Fixed ordering by expression referencing composite primary key.
Simon Charette
2025-01-07
Refs #36042 -- Raised ValueError when providing composite expressions to aggr...
Jacob Walls
2025-01-07
Fixed #36042 -- Raised ValueError when using CompositePrimaryKey as rhs.
Jacob Walls
2025-01-06
Fixed #35718 -- Add JSONArray to django.db.models.functions.
John Parton
2025-01-06
Fixed #36048 -- Preferred ValueError to NotSupportedError for composite pk sa...
Jacob Walls
2025-01-03
Fixed #35918 -- Added support for execute_sql to directly return row counts.
Raphael Gaschignard
2025-01-03
Fixed #36029 -- Handled implicit exact lookups in condition depth checks for ...
Jacob Walls
2025-01-02
Fixed typo in django/db/models/fields/related_descriptors.py.
Jacob Walls
2025-01-02
Fixed typo in django/db/models/query.py docstring.
Jacob Walls
2025-01-02
Fixed #36034 -- Added system check for ForeignKey/ForeignObject/ManyToManyFie...
Mariusz Felisiak
2025-01-02
Refs #373 -- Errored when providing db_column to CompositePrimaryKey.
Jacob Walls
2024-12-27
Fixed #35991 -- Fixed crash when adding non-nullable field after renaming par...
Mariusz Felisiak
2024-12-19
Fixed #36016 -- Prevented traceback when quitting makemigrations with Ctrl-C.
Aman Sharma
2024-12-18
Added DatabaseFeatures.rounds_to_even.
Tim Graham
2024-12-17
Fixed #35969 -- Disallowed specifying a USING clause for altered generated fi...
lufafajoshua
2024-12-17
Fixed #7732 -- Added support for connection pools on Oracle.
suraj
2024-12-17
Fixed #35992, Fixed #35997 -- Added system check for CompositePrimaryKeys in ...
Mariusz Felisiak
2024-12-17
Fixed #34856 -- Fixed references to index_together in historical migrations.
Andrés Reverón Molina
2024-12-17
Refs #27236 -- Removed references to index_together from ModelState.from_model.
Simon Charette
2024-12-16
Refs #35842 -- Fixed test_lookups_special_chars_double_quotes on SQLite 3.47+.
Sage Abdullah
2024-12-16
Refs #35718, Refs #32179 -- Moved JSONObject to django.db.models.functions.json.
Sage Abdullah
2024-12-16
Imported Coalesce from django.db.models.functions.
Jacob Walls
2024-12-11
Fixed #35936 -- Used unnest for bulk inserts on Postgres when possible.
Simon Charette
2024-12-11
Refs #35936 -- Avoided field placeholder lookup for each value inserted.
Simon Charette
2024-12-09
Fixed #35982 -- Made DecimalField.get_db_prep_value() call DatabaseOperations...
Tim Graham
2024-12-09
Refs #35982 -- Made BaseDatabaseOperations.adapt_decimalfield_value() a no-op.
Simon Charette
2024-12-04
Fixed CVE-2024-53908 -- Prevented SQL injections in direct HasKeyLookup usage...
Simon Charette
2024-12-03
Refs #35842 -- Fixed handling of quotes in JSONField key lookups on Oracle.
Sage Abdullah
2024-12-02
Fixed #35950 -- Restored refreshing of relations when fields deferred.
Adam Johnson
2024-11-29
Fixed #373 -- Added CompositePrimaryKey.
Bendeguz Csirmaz
2024-11-28
Fixed #35038 -- Created AlterConstraint operation.
Salvo Polizzi
2024-11-18
Fixed #35882 -- Made migration questioner loop on all errors.
Adam Johnson
2024-11-18
Fixed #18392 -- Changed default mysql encoding to "utf8mb4".
Ben Cail
2024-11-11
Fixed #35815 -- Made system check accept db_default literals when DatabaseFea...
Tim Graham
2024-11-11
Fixed typo in django/db/backends/sqlite3/features.py.
Mariusz Felisiak
[prev]
[next]