Opened 6 months ago
Closed 5 months ago
#36276 closed Cleanup/optimization (fixed)
Omit size=None from ArrayField.deconstruct()
Reported by: | Tim Graham | Owned by: | Tim Graham |
---|---|---|---|
Component: | contrib.postgres | Version: | dev |
Severity: | Normal | Keywords: | |
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
Since its introduction, ArrayField.deconstruct()
has unnecessarily included size=None
in migration files.
Change History (5)
comment:1 by , 6 months ago
Has patch: | set |
---|
comment:2 by , 5 months ago
Triage Stage: | Unreviewed → Accepted |
---|
comment:3 by , 5 months ago
Triage Stage: | Accepted → Ready for checkin |
---|
comment:4 by , 5 months ago
Owner: | set to |
---|
Note:
See TracTickets
for help on using tickets.
PR