#23156 closed Bug (fixed)
BinaryField is missing a deconstruct() method
| Reported by: | Baptiste Mispelon | Owned by: | Baptiste Mispelon |
|---|---|---|---|
| Component: | Migrations | Version: | 1.7-rc-2 |
| Severity: | Release blocker | 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
BinaryField.__init__() overrides editable=False but doesn't define a deconstruct() method which means that migrations incorrectly include editable=False.
Pull request incoming.
Change History (4)
comment:1 by , 11 years ago
| Has patch: | set |
|---|
comment:2 by , 11 years ago
I found a similar bug in TimeField.deconstruct() so I added a commit to the above pull request.
comment:3 by , 11 years ago
| Resolution: | → fixed |
|---|---|
| Status: | new → closed |
Note:
See TracTickets
for help on using tickets.
PR here: https://github.com/django/django/pull/3010