mirror of
https://github.com/django/django.git
synced 2025-07-28 23:54:02 +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:
parent
48b4bae983
commit
d746f28949
3 changed files with 8 additions and 6 deletions
|
@ -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',
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue