merge clashing commits

This commit is contained in:
smilerz
2022-02-07 18:11:38 -06:00
parent 286c6344ec
commit 93b7e5790d
3 changed files with 16 additions and 33 deletions

View File

@@ -1,9 +1,10 @@
# Generated by Django 3.2.11 on 2022-02-07 17:48
import cookbook.models
import django.db.models.deletion
from django.conf import settings
from django.db import migrations, models
import django.db.models.deletion
import cookbook.models
class Migration(migrations.Migration):

View File

@@ -1,18 +0,0 @@
# Generated by Django 3.2.11 on 2022-02-04 17:11
from django.db import migrations, models
class Migration(migrations.Migration):
dependencies = [
('cookbook', '0171_auto_20220202_1340'),
]
operations = [
migrations.AddField(
model_name='food',
name='child_inherit_fields',
field=models.ManyToManyField(blank=True, related_name='child_inherit', to='cookbook.FoodInheritField'),
),
]