Changes between Initial Version and Version 1 of Ticket #30062


Ignore:
Timestamp:
Dec 26, 2018, 9:06:49 AM (5 years ago)
Author:
Simon Charette
Comment:

I don't think deprecating index_together is currently planned but the documentation do suggest it might be in the future.

I adjusted the ticket description and created #30063 so this ticket can focus on UniqueConstraint(condition).

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #30062

    • Property Triage Stage UnreviewedAccepted
  • Ticket #30062 – Description

    initial v1  
    22
    33Postgresql and sqlite support it as unique index: `CREATE UNIQUE INDEX ... WHERE condition`, for unsupported databases this constraint will not be applied at all.
    4 
    5 `unique_together` can be marked as deprecated in future as `index_together` is.
Back to Top