index
:
chango.git
devmain
fix-31295
initial-branch
main
refs-37159
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
8 days
Fixed #37224 -- Skipped questioner for field changes on unmanaged models.
Vishy
9 days
Fixed #37239 -- Cleared stale db_default when pk comes from related object.
Jacob Walls
9 days
Refs #36735 -- Added DatabaseFeatures.supports_uuid4_function_in_default feat...
Jacob Walls
10 days
Refs #28586 -- Renamed RAISE fetch mode to FETCH_RAISE.
Jacob Walls
13 days
Fixed #37238 -- Prevented fallback to python default for a pk with a db_default.
Jacob Walls
13 days
Fixed #37235 -- Added compatibility for sqlparse 0.5.5.
Sarah Boyce
2026-07-29
Fixed #37234 -- Fixed bulk_create() for late-saved related primary keys.
Filip Sedlák
2026-07-24
Fixed minor typos and grammatical errors in docs and docstrings.
Jacob Walls
2026-07-13
Fixed #29303 -- Avoided mutating original view in non_atomic_requests().
Sina Chaichi Maleki
2026-07-10
Fixed #36864 -- Supported modules and submodules in import_string().
Leland
2026-07-10
Fixed #35813 -- Made migrations track all changes to unmanaged models.
Hanny
2026-06-25
Refs #36593, #37187 -- Avoided spurious select_related() warning in ModelAdmin.
Mike Edmunds
2026-06-18
Fixed #37143 -- Added missing chunk_size=None check to QuerySet.aiterator().
zhengkangyang
2026-06-17
Refs #37139 -- Renamed helper inside _is_pk_set().
Jacob Walls
2026-06-15
Fixed #31317 -- Avoided crash in CreateModel with unique_together and AlterUn...
David Wobrock
2026-06-11
Fixed #33185 -- Fixed sqlmigrate crash for RenameModel with a self-referentia...
siddus
2026-06-10
Fixed #37142 -- Moved django_file_prefixes() to django.utils.warnings.
zhengkangyang
2026-06-05
Fixed #37139 -- Fixed inlines crash on parent models with db_default on prima...
Mariusz Felisiak
2026-06-03
Fixed #36492 -- Restored exact boolean lookup against literals on SQLite.
Simon Charette
2026-05-20
Fixed #37045 -- Renamed savepoint() to savepoint_create().
Samuel Searles-Bryant
2026-05-18
Refs #37097 -- Removed compilation-time order clearing on combined queries on...
Jacob Walls
2026-05-18
Refs #36938 -- Reverted "Refs #36938 -- Tolerated unnecessary ordering in com...
Jacob Walls
2026-05-18
Fixed #37097 -- Made Query.clear_ordering() clear ordering on combined querie...
Jacob Walls
2026-05-11
Refs #36938 -- Tolerated unnecessary ordering in compound queries on SQLite.
Jacob Walls
2026-05-11
Fixed #36938 -- Removed unnecessary ordering from compound queries.
siddus
2026-05-11
Fixed #36593 -- Deprecated QuerySet.select_related() with no arguments.
Adam Johnson
2026-05-07
Fixed #37060 -- Propagated AlterField through attname-based to_field references.
Andrea Zanotto
2026-05-05
Fixed #37053 -- Added validate=True to base64.b64decode() calls.
Sarah Boyce
2026-04-30
Fixed #37075 -- Allowed overriding the PostgreSQL pool's "check" callable.
HEAD
main
initial-branch
Raoni Timo
2026-04-28
Fixed #36912 -- Added connector validation to Q.create().
Anna Makarudze
2026-04-22
Fixed #37057 -- Adjusted UniqueConstraint handling of UNKNOWN condition.
Simon Charette
2026-04-22
Fixed #35870 -- Made blank choice label in forms more accessible.
Annabelle Wiegart
2026-04-20
Refs #36005 -- Made OperationCategory subclass StrEnum.
Clifford Gama
2026-04-19
Refs #28586 -- Added DEFAULT_FETCH_MODE module constant.
Jacob Walls
2026-04-19
Fixed #37047 -- Fixed crash in Query.orderby_issubset_groupby for descending ...
Anže Pečar
2026-04-18
Fixed #37036 -- Added missing flat=True arg in DeferredAttribute.fetch_many().
garybadwal
2026-04-18
Fixed #37028 -- Added BitAnd(), BitOr(), and BitXor() aggregates.
Mariusz Felisiak
2026-04-16
Added DatabaseFeatures.disallowed_simple_test_case_connection_methods.
Tim Graham
2026-04-14
Fixed #27150 -- Made base File objects truthy by default.
VIZZARD-X
2026-04-03
Fixed #37016 -- Avoided propagating invalid arguments from When() to Q().
varunkasyap
2026-04-02
Fixed #36973 -- Made fields.E348 check detect further clashes between manager...
Clifford Gama
2026-04-02
Fixed #20024 -- Fixed handling of __in lookups with None in exclude().
Eddy Adegnandjou
2026-03-24
Refs #36494 -- Prevented crash in JSONField numeric lookups with expressions.
Vignesh Anand
2026-03-20
Fixed #36960 -- Enabled the use of psycopg 3's optimized timestamp loader.
Aarni Koskela
2026-03-19
Refs #36795 -- Deprecated SQLCompiler.quote_name_unless_alias().
Simon Charette
2026-03-19
Refs #36795 -- Removed unnecessary prohibits_dollar_signs_in_column_aliases f...
Simon Charette
2026-03-19
Fixed #36795 -- Enforced quoting of all database object names.
Simon Charette
2026-03-18
Fixed #36987 -- Observed prepared argument in UUIDField.get_db_prep_value().
Jacob Walls
2026-03-16
Fixed #36906 -- Handled coalescing JSON-primitive strings and JSON values on ...
Kanin Kearpimy
2026-03-13
Fixed #36927 -- Optimized Field.deconstruct().
Adam Johnson
[next]