1
0
mirror of https://github.com/django/django.git synced 2025-10-24 06:06:09 +00:00

Refs #27095 -- Fixed test_contained_by_including_F_object when run in reverse.

Tests should not rely on auto PKs.

Test regression in 33403bf80f.
This commit is contained in:
Mariusz Felisiak
2020-12-03 09:30:33 +01:00
committed by GitHub
parent 48b4bae983
commit d746f28949
3 changed files with 8 additions and 6 deletions

View File

@@ -99,6 +99,7 @@ class Migration(migrations.Migration):
'field_nested',
ArrayField(ArrayField(models.IntegerField(), size=None, null=True), size=None, null=True),
),
('order', models.IntegerField(null=True)),
],
options={
'required_db_vendor': 'postgresql',