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
/
schema.py
Age
Commit message (
Expand
)
Author
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-05-07
Fixed #37060 -- Propagated AlterField through attname-based to_field references.
Andrea Zanotto
2025-12-22
Fixed typo in django/db/backends/base/schema.py comment.
사재혁
2025-12-16
Fixed #36800 -- Restored ManyToManyField renaming in BaseDatabaseSchemaEditor...
Clifford Gama
2025-12-13
Fixed #36765 -- Added support for stored GeneratedFields on Oracle 23ai/26ai ...
Mariusz Felisiak
2025-10-18
Fixed #21961 -- Added support for database-level delete options for ForeignKey.
Mariusz Felisiak
2025-09-22
Fixed #35453 -- Made ManyToManyField.concrete False.
Ryan P Kilby
2025-08-04
Fixed #35972 -- Fixed lookup crashes after subquery annotations.
Jacob Walls
2025-07-23
Refs #36500 -- Rewrapped long docstrings and block comments via a script.
django-bot
2025-07-23
Refs #36500 -- Shortened some long docstrings and comments.
Mike Edmunds
2025-03-09
Fixed #35487 -- Removed CASCADE from RemoveField() on PostgreSQL.
petr.prikryl
2025-02-22
Fixed #35839 -- Fixed crash when adding GeneratedField with db_comment on MySQL.
saJaeHyukc
2025-01-10
Refs #36064 -- Added Model.has_db_default() to encapsulate NOT_PROVIDED checks.
Simon Charette
2024-11-29
Fixed #373 -- Added CompositePrimaryKey.
Bendeguz Csirmaz
2024-08-01
Reverted "Fixed #28646 -- Prevented duplicate index when unique is set to Tru...
Sarah Boyce
2024-07-30
Fixed #28646 -- Prevented duplicate index when unique is set to True on Postg...
Ben Cail
2024-07-25
Fixed #35625 -- Fixed a crash when adding a field with db_default and check c...
Simon Charette
2024-05-28
Fixed #35469 -- Removed deferred SQL to create index removed by AlterField op...
Jacob Walls
2024-05-03
Fixed #35422 -- Fixed migrations crash when altering GeneratedField referenci...
Mariusz Felisiak
2024-04-02
Fixed #35336 -- Addressed crash when adding a GeneratedField with % literals.
Simon Charette
2024-03-26
Fixed #35329 -- Fixed migrations crash when adding partial unique constraints...
Mariusz Felisiak
2024-02-04
Fixed #35149 -- Fixed crashes of db_default with unresolvable output field.
Simon Charette
2024-02-04
Refs #35149 -- Made equivalent db_default alterations noops.
Simon Charette
2024-02-03
Fixed #35162 -- Fixed crash when adding fields with db_default on MySQL.
Simon Charette
2024-01-26
Applied Black's 2024 stable style.
Mariusz Felisiak
2023-12-03
Fixed #35002 -- Made UniqueConstraints with fields respect nulls_distinct.
Peter Thomassen
2023-11-30
Fixed #35006 -- Fixed migrations crash when altering Meta.db_table_comment on...
Mariusz Felisiak
2023-11-07
Fixed #34946 -- Preserved db_default on combined default field addition.
Simon Charette
2023-09-18
Refs #27236 -- Removed Meta.index_together per deprecation timeline.
Mariusz Felisiak
2023-09-09
Fixed #34820 -- Fixed migrations crash when changing a ForeignObject field.
donghao
2023-09-07
Fixed #31300 -- Added GeneratedField model field.
Jeremy Nauta
2023-07-22
Refs #24686 -- Made AlterField operation a noop when renaming related model w...
devilsautumn
2023-07-19
Fixed #34701 -- Added support for NULLS [NOT] DISTINCT on PostgreSQL 15+.
Simon Charette
2023-07-19
Reduced unique constraint eligibility code duplication.
Simon Charette
2023-06-23
Improved style of n-tuple wording in docs and comments.
Nick Pope
2023-05-12
Fixed #470 -- Added support for database defaults on fields.
Ian Foote
2023-05-05
Refs #27236 -- Made more cosmetic edits to Meta.index_together deprecation.
Mariusz Felisiak
2023-03-02
Refs #34320 -- Stopped recreating check constraints when renaming fields.
Mariusz Felisiak
2023-02-23
Refs #30060, Refs #34217 -- Made SchemaEditor not generate SQL for CheckConst...
Mariusz Felisiak
2023-02-15
Fixed #34320 -- Make sure constraints names are obtained from truncated colum...
nabil-rady
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-10-31
Used more augmented assignment statements.
Nick Pope
2022-09-07
Fixed #33982 -- Fixed migrations crash when adding model with ExclusionConstr...
James Beith
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-06-13
Fixed #33773 -- Made Index with multiple fields respect DEFAULT_INDEX_TABLESP...
Bruce Cutler
2022-05-26
Fixed #23740 -- Fixed removing unique_together constraint if exists primary k...
David Wobrock
[next]