Opened 6 years ago

Closed 6 years ago

Last modified 6 years ago

#28298 closed Bug (fixed)

Alter field adds constaint on column db_constraint=False

Reported by: Josh Schneier Owned by: nobody
Component: Migrations Version: dev
Severity: Normal Keywords:
Cc: Triage Stage: Accepted
Has patch: yes Needs documentation: no
Needs tests: no Patch needs improvement: no
Easy pickings: no UI/UX: no

Description

Change History (6)

comment:1 Changed 6 years ago by Josh Schneier

Last edited 6 years ago by Tim Graham (previous) (diff)

comment:2 Changed 6 years ago by Josh Schneier

Triage Stage: UnreviewedAccepted

comment:3 Changed 6 years ago by Tim Graham

Patch needs improvement: set

comment:4 Changed 6 years ago by Tim Graham

Patch needs improvement: unset

comment:5 Changed 6 years ago by Tim Graham <timograham@…>

Resolution: fixed
Status: newclosed

In 7765d3b:

[1.11.x] Fixed #28298 -- Prevented a primary key alteration from adding a foreign key constraint if db_constraint=False.

Backport of fba0eaa5d60603721d7b4653e3efacbfb3613bd2 from master

comment:6 Changed 6 years ago by Tim Graham <timograham@…>

In fba0eaa5:

Fixed #28298 -- Prevented a primary key alteration from adding a foreign key constraint if db_constraint=False.

Note: See TracTickets for help on using tickets.
Back to Top