Opened 7 years ago

Closed 7 years ago

Last modified 7 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 by Josh Schneier, 7 years ago

Version 0, edited 7 years ago by Josh Schneier (next)

comment:2 by Josh Schneier, 7 years ago

Triage Stage: UnreviewedAccepted

comment:3 by Tim Graham, 7 years ago

Patch needs improvement: set

comment:4 by Tim Graham, 7 years ago

Patch needs improvement: unset

comment:5 by Tim Graham <timograham@…>, 7 years ago

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 by Tim Graham <timograham@…>, 7 years ago

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