initial
This commit is contained in:
18
content/migrations/0003_alter_question_labels.py
Normal file
18
content/migrations/0003_alter_question_labels.py
Normal file
@@ -0,0 +1,18 @@
|
||||
# Generated by Django 4.2.13 on 2024-06-30 07:20
|
||||
|
||||
from django.db import migrations, models
|
||||
|
||||
|
||||
class Migration(migrations.Migration):
|
||||
|
||||
dependencies = [
|
||||
('content', '0002_mediafile_author_question_author_and_more'),
|
||||
]
|
||||
|
||||
operations = [
|
||||
migrations.AlterField(
|
||||
model_name='question',
|
||||
name='labels',
|
||||
field=models.ManyToManyField(blank=True, to='content.label'),
|
||||
),
|
||||
]
|
||||
Reference in New Issue
Block a user