Opened 4 years ago

Last modified 4 years ago

#32458 closed Cleanup/optimization

Make class based Indexes and Constraints have a consistent repr — at Initial Version

Reported by: Hannes Ljungberg Owned by: Hannes Ljungberg
Component: Database layer (models, ORM) Version: 4.0
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

Index, UniqueConstraint and ExclusionConstraint currently have slightly different formatting on their __repr__ methods. We should keep them consistent.

Change History (0)

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