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-05-23
Fixed #36405 -- Fixed Aggregate.order_by using OuterRef.
Adam Johnson
2025-05-23
Fixed #36404 -- Fixed Aggregate.filter using OuterRef.
Adam Johnson
2025-05-20
Fixed #34262 -- Added support for AnyValue for SQLite, MySQL, Oracle, and Pos...
ontowhee
2025-05-19
Fixed #36388 -- Made QuerySet.union() return self when called with no arguments.
Colleen Dunlap
2025-05-16
Fixed #36392 -- Raised ValueError when subquery referencing composite pk sele...
Jacob Walls
2025-05-16
Fixed #33312 -- Raised explicit exception when copying deferred model instances.
Simon Charette
2025-05-14
Fixed #36273 -- Moved Index system checks from Model to Index.check().
Tim Graham
2025-05-14
Fixed #36085 -- Added JSONField support for negative array indexing on SQLite.
savanto
2025-05-14
Refs #36085 -- Moved compile_json_path to BaseDatabaseOperations.
hesham942
2025-05-13
Fixed #36383 -- Improved migration serialization for functools.partial objects.
Adam Johnson
2025-05-13
Refs #36383 -- Extended DeconstructibleSerializer to support non-identifier k...
Adam Johnson
2025-05-13
Refs #36383, #26151 -- Corrected spelling of DeconstructibleSerializer.
Adam Johnson
2025-05-12
Fixed #33174 -- Fixed migrations crash for model inheriting from Generic[T].
Thibaut Decombe
2025-05-12
Fixed #36373 -- Fixed select_related() crash on foreign object for a composit...
Simon Charette
2025-05-09
Fixed #36207 -- Cleared cached ForeignObject relations via refresh_from_db().
Jacob Walls
2025-05-08
Fixed #36295, Refs #24305 -- Allowed overriding GenericForeignKey fields on a...
Ahmed Nassar
2025-05-08
Fixed #36143 -- Made max_query_params respect SQLITE_LIMIT_VARIABLE_NUMBER.
Sage Abdullah
2025-04-30
Fixed #36358 -- Corrected introspection of composite primary keys on SQLite.
Simon Charette
2025-04-30
Refs #36052, #32234 -- Removed create_test_table_with_composite_primary_key f...
Simon Charette
2025-04-30
Fixed #36360 -- Fixed QuerySet.update() crash when referring annotations thro...
Simon Charette
2025-04-26
Refs #36326 -- Fixed QuerySet.raw() crash on models with CompositePrimaryKey ...
Mariusz Felisiak
2025-04-17
Fixed #36326 -- Added CompositePrimaryKey support in QuerySet.raw().
SaJH
2025-04-16
Americanized some spellings.
Adam Johnson
2025-04-16
Fixed #36274 -- Added support for run_before and atomic in MigrationWriter.
Mikuláš Poul
2025-04-11
Fixed #36288 -- Addressed improper handling of duplicates in values_list().
Simon Charette
2025-04-07
Fixed #36301 -- Fixed select_for_update(of) crash when using values()/values_...
Simon Charette
2025-04-05
Fixed #36299 -- Prevented field selection on QuerySet.alias() after values().
Simon Charette
2025-04-04
Fixed #36289 -- Fixed bulk_create() crash with nullable geometry fields on Po...
Simon Charette
2025-04-03
Fixed #36290 -- Made TupleIn() lookup discard tuples containing None.
Simon Charette
2025-04-03
Fixed #36292 -- Fixed crash when aggregating over a group mixing transforms a...
Simon Charette
2025-04-01
Fixed typo in django/db/models/options.py.
Clifford Gama
2025-04-01
Fixed #36184 -- Allowed migrating forward to squashed migrations.
Jacob Walls
2025-03-31
Refs #28909 -- Simplified code using unpacking generalizations.
Aarni Koskela
2025-03-31
Fixed #22977 -- Added system check for clashing managers and reverse related ...
Anthony Joseph
2025-03-31
Fixed #36265 -- Added support for serialization of ZoneInfo instances in migr...
Song Junho
2025-03-30
Fixed warnings per flake8 7.2.0.
Mariusz Felisiak
2025-03-28
Fixed #36239 -- Fixed a crash in ManyToManyField.through_fields check when to...
saJaeHyukc
2025-03-26
Refs #36260 -- Moved _is_pk_set checks into _prepare_for_bulk_create().
Simon Charette
2025-03-26
Fixed #36260 -- Made bulk_create() work with DB-generated primary keys.
Dmitry Shachnev
2025-03-25
Fixed #36262 -- Made GeneratedField.db_persist a required key-word argument.
Jason Cameron
2025-03-17
Fixed #34865 -- Released memory earlier than garbage collection on database w...
fowczrek
2025-03-17
Fixed #33537 -- Made test database cloning on MySQL reraise unexpected errors.
Mariusz Felisiak
2025-03-10
Fixed #33579 -- Specialized exception raised on forced update failures.
Simon Charette
2025-03-10
Used _expression_refs_exclude() hook in CheckConstraint/UniqueConstraint.vali...
Mariusz Felisiak
2025-03-09
Fixed #35487 -- Removed CASCADE from RemoveField() on PostgreSQL.
petr.prikryl
2025-03-05
Fixed typo in django/db/backends/postgresql/psycopg_any.py comment.
Jacob Walls
2025-03-03
Fixed #35444 -- Added generic support for Aggregate.order_by.
Chris Muthig
2025-03-01
Fixed #36198 -- Implemented unresolved transform expression replacement.
Simon Charette
2025-02-22
Fixed #35839 -- Fixed crash when adding GeneratedField with db_comment on MySQL.
saJaeHyukc
2025-02-19
Fixed #35358, Refs #35234 -- Renamed _check() methods to check() for constrai...
Mariusz Felisiak
[prev]
[next]