Opened 3 years ago
Last modified 8 months ago
#32779 new New feature
Add tablespace support to UniqueConstraint class
Reported by: | Hannes Ljungberg | Owned by: | |
---|---|---|---|
Component: | Database layer (models, ORM) | Version: | dev |
Severity: | Normal | Keywords: | |
Cc: | Triage Stage: | Accepted | |
Has patch: | yes | Needs documentation: | no |
Needs tests: | no | Patch needs improvement: | yes |
Easy pickings: | no | UI/UX: | no |
Description
This should bring the functionality of indexes created by UniqueConstraint
in parity with Index
.
Change History (5)
comment:1 by , 3 years ago
Has patch: | set |
---|
comment:2 by , 3 years ago
Triage Stage: | Unreviewed → Accepted |
---|
comment:3 by , 3 years ago
Patch needs improvement: | set |
---|
comment:5 by , 8 months ago
Owner: | removed |
---|---|
Status: | assigned → new |
Note:
See TracTickets
for help on using tickets.
PR: https://github.com/django/django/pull/14443