Migrate change assignment description from charfield to textfield

parent b91d7005
# Generated by Django 4.0.3 on 2022-03-18 07:01
from django.db import migrations, models
class Migration(migrations.Migration):
dependencies = [
('assignments', '0001_initial'),
]
operations = [
migrations.AlterField(
model_name='assignment',
name='description',
field=models.TextField(max_length=1500),
),
]
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