Forum has been merged into the main branch

parent e90d7b7d
# Generated by Django 3.2 on 2023-05-15 06:38
from django.db import migrations, models
class Migration(migrations.Migration):
dependencies = [
('Forum', '0006_alter_reply_author_alter_reply_forum_post'),
]
operations = [
migrations.AlterField(
model_name='forumpost',
name='replies',
field=models.ManyToManyField(blank=True, related_name='_Forum_forumpost_replies_+', to='Forum.ForumPost'),
),
]
No preview for this file type
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment