Changes between Initial Version and Version 1 of Ticket #30062
- Timestamp:
- Dec 26, 2018, 9:06:49 AM (6 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #30062
- Property Triage Stage Unreviewed → Accepted
-
Ticket #30062 – Description
initial v1 2 2 3 3 Postgresql 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.