Opened 10 years ago

Closed 10 years ago

Last modified 10 years ago

#23294 closed Bug (fixed)

add related_name to existing migrations

Reported by: Collin Anderson Owned by: Collin Anderson
Component: Migrations Version: 1.7-rc-2
Severity: Release blocker Keywords:
Cc: Triage Stage: Ready for checkin
Has patch: yes Needs documentation: no
Needs tests: no Patch needs improvement: no
Easy pickings: no UI/UX: no

Description

need to add related_name to existing migrations after #23288

Change History (4)

comment:2 by Tim Graham, 10 years ago

Triage Stage: UnreviewedReady for checkin

comment:3 by Tim Graham <timograham@…>, 10 years ago

Resolution: fixed
Status: newclosed

In 1d79d08d9aef1565cf56d50f0742285efae53631:

Fixed #23294 -- Add related_name to existing migrations.

Thanks to Florian Apolloner for the review; refs #23288.

comment:4 by Tim Graham <timograham@…>, 10 years ago

In 41cf159c0ac0a7380874cb6f17464dd741ad1d9b:

[1.7.x] Fixed #23294 -- Add related_name to existing migrations.

Thanks to Florian Apolloner for the review; refs #23288.

Backport of 1d79d08d9a from master

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