Opened 3 years ago
Closed 3 years ago
#32777 closed Bug (fixed)
Statement created by _create_unique_sql makes references_column always false
Reported by: | Hannes Ljungberg | Owned by: | Hannes Ljungberg |
---|---|---|---|
Component: | Migrations | Version: | dev |
Severity: | Normal | Keywords: | |
Cc: | Triage Stage: | Accepted | |
Has patch: | yes | Needs documentation: | no |
Needs tests: | no | Patch needs improvement: | no |
Easy pickings: | no | UI/UX: | no |
Description
This is due to an instance of Table
is passed as an argument to Columns
when a string is expected.
Change History (4)
comment:1 by , 3 years ago
Summary: | Statement created by _create_unique_sql makes references_column is always false → Statement created by _create_unique_sql makes references_column always false |
---|
comment:2 by , 3 years ago
Has patch: | set |
---|
comment:3 by , 3 years ago
Triage Stage: | Unreviewed → Accepted |
---|
Note:
See TracTickets
for help on using tickets.
https://github.com/django/django/pull/14434