Opened 4 years ago

Last modified 11 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
Pull Requests:14443 unmerged, 14459 unmerged

Description

This should bring the functionality of indexes created by UniqueConstraint in parity with Index.

According to the ticket's flags, the next step(s) to move this issue forward are:

  • To improve the patch as described in the pull request review comments or on this ticket, then uncheck "Patch needs improvement".
  • If creating a new pull request, include a link to the pull request in the ticket comment when making that update. The usual format is: [https://github.com/django/django/pull/#### PR].

Change History (5)

comment:1 by Hannes Ljungberg, 4 years ago

Has patch: set

comment:2 by Mariusz Felisiak, 4 years ago

Triage Stage: UnreviewedAccepted

comment:3 by Mariusz Felisiak, 4 years ago

Patch needs improvement: set

comment:4 by Mariusz Felisiak <felisiak.mariusz@…>, 4 years ago

In b746596f:

Refs #32779 -- Changed DatabaseSchemaEditor._unique_sql()/_create_unique_sql() to take fields as second parameter.

comment:5 by Mariusz Felisiak, 11 months ago

Owner: Hannes Ljungberg removed
Status: assignednew
Note: See TracTickets for help on using tickets.
Back to Top