Opened 10 years ago
Closed 10 years ago
#22917 closed Bug (fixed)
Typo in AlterIndexTogether.describe method
Reported by: | anonymous | Owned by: | Tim Graham |
---|---|---|---|
Component: | Migrations | Version: | dev |
Severity: | Normal | Keywords: | |
Cc: | Triage Stage: | Accepted | |
Has patch: | no | Needs documentation: | no |
Needs tests: | no | Patch needs improvement: | no |
Easy pickings: | yes | UI/UX: | no |
Description
# self.self.option_name
def describe(self):
return "Alter %s for %s (%s constraints)" % (self.self.option_name, self.name, len(self.index_together))
https://github.com/django/django/blob/master/django/db/migrations/operations/models.py#L291
Change History (3)
comment:1 by , 10 years ago
Easy pickings: | set |
---|---|
Triage Stage: | Unreviewed → Accepted |
comment:2 by , 10 years ago
Owner: | changed from | to
---|---|
Status: | new → assigned |
comment:3 by , 10 years ago
Resolution: | → fixed |
---|---|
Status: | assigned → closed |
Note:
See TracTickets
for help on using tickets.
Good catch, thanks.