#36276: Omit size=None from ArrayField.deconstruct()
------------------------------------------------+--------------------------
Reporter: Tim Graham | Owner: (none)
Type: Cleanup/optimization | Status: assigned
Component: contrib.postgres | Version: dev
Severity: Normal | Keywords:
Triage Stage: Unreviewed | Has patch: 0
Needs documentation: 0 | Needs tests: 0
Patch needs improvement: 0 | Easy pickings: 0
UI/UX: 0 |
------------------------------------------------+--------------------------
[
https://github.com/django/django/commit/604162604bf#diff-
b6a6632418c964155865691be58c9f76717ef512ced704d461f41cc3612a1db3R87 Since
its introduction], `ArrayField.deconstruct()` has unnecessarily included
`size=None` in migration files.
--
Ticket URL: <
https://code.djangoproject.com/ticket/36276>
Django <
https://code.djangoproject.com/>
The Web framework for perfectionists with deadlines.