Opened 5 days ago

Closed 3 days ago

#36052 closed New feature (fixed)

Add support for CompositePrimaryKey in inspectdb

Reported by: Jacob Walls Owned by: Jacob Walls
Component: Core (Management commands) Version: dev
Severity: Normal 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

We can now replace the half-measure created when introspecting a composite primary key with the actual field.

PR

Change History (3)

comment:1 by Tim Graham, 4 days ago

Triage Stage: UnreviewedAccepted

comment:2 by Sarah Boyce, 3 days ago

Triage Stage: AcceptedReady for checkin

comment:3 by Sarah Boyce <42296566+sarahboyce@…>, 3 days ago

Resolution: fixed
Status: assignedclosed

In a8e4fd11:

Fixed #36052 -- Supported CompositePrimaryKey in inspectdb.

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