mirror of
https://github.com/django/django.git
synced 2025-08-23 20:14:17 +00:00
Fixed #36276 -- Omitted size=None from ArrayField.deconstruct().
This commit is contained in:
parent
7164f08047
commit
fecca298a2
5 changed files with 19 additions and 30 deletions
|
@ -20,9 +20,7 @@ class Migration(migrations.Migration):
|
|||
),
|
||||
(
|
||||
"field",
|
||||
django.contrib.postgres.fields.ArrayField(
|
||||
models.IntegerField(), size=None
|
||||
),
|
||||
django.contrib.postgres.fields.ArrayField(models.IntegerField()),
|
||||
),
|
||||
],
|
||||
options={},
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue