Opened 6 years ago
Closed 6 years ago
#31455 closed New feature (fixed)
Support DEFERRABLE INITIALLY DEFERRED for EXCLUSION constraints.
| Reported by: | Ian Foote | Owned by: | Ian Foote |
|---|---|---|---|
| Component: | contrib.postgres | Version: | dev |
| Severity: | Normal | Keywords: | deferrable constraints |
| Cc: | Triage Stage: | Ready for checkin | |
| Has patch: | yes | Needs documentation: | no |
| Needs tests: | no | Patch needs improvement: | no |
| Easy pickings: | no | UI/UX: | no |
Description (last modified by )
Similarly to #20581, PostgreSQL supports deferring exclusion constraints.
Change History (5)
comment:1 by , 6 years ago
| Owner: | set to |
|---|---|
| Status: | new → assigned |
comment:2 by , 6 years ago
comment:3 by , 6 years ago
| Description: | modified (diff) |
|---|---|
| Summary: | Support DEFERRABLE INITIALLY DEFERRED for EXCLUSION constraints → Support DEFERRABLE INITIALLY DEFERRED for EXCLUSION constraints. |
| Triage Stage: | Unreviewed → Accepted |
comment:4 by , 6 years ago
| Triage Stage: | Accepted → Ready for checkin |
|---|
Note:
See TracTickets
for help on using tickets.
Patch at https://github.com/django/django/pull/12704