Opened 9 years ago

Closed 9 years ago

#24883 closed New feature (fixed)

Implement `django.db.migrations.graph.MigrationGraph.__repr__` to ease debugging

Reported by: Ram Rachum Owned by: Yoong Kang Lim
Component: Migrations Version: dev
Severity: Normal Keywords:
Cc: Triage Stage: Ready for checkin
Has patch: no Needs documentation: no
Needs tests: no Patch needs improvement: no
Easy pickings: yes UI/UX: no

Description

Some basic information, like the number of nodes or number of apps, would be helpful.

Change History (4)

comment:1 by Tim Graham, 9 years ago

Easy pickings: set
Triage Stage: UnreviewedAccepted
Version: 1.8master

comment:2 by Yoong Kang Lim, 9 years ago

Owner: changed from nobody to Yoong Kang Lim
Status: newassigned

comment:3 by Tim Graham, 9 years ago

Triage Stage: AcceptedReady for checkin

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

Resolution: fixed
Status: assignedclosed

In 076a63e:

Fixed #24883 -- Added MigrationGraph.repr()

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