Opened 5 years ago

Closed 5 years ago

#30063 closed Cleanup/optimization (fixed)

Document that unique_together might be deprecated in favor of constraints in the future.

Reported by: Simon Charette Owned by: nobody
Component: Database layer (models, ORM) 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: yes UI/UX: no

Description

Just like we did with indexes and indexes_together.

Change History (2)

comment:1 by Simon Charette, 5 years ago

Has patch: set
Triage Stage: AcceptedReady for checkin
Version 0, edited 5 years ago by Simon Charette (next)

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

Resolution: fixed
Status: newclosed

In bdf3863b:

Fixed #30063 -- Doc'd that Meta.unique_together may be deprecated in favor of Meta.constraints.

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