# Generated by Django 6.0.1 on 2026-03-15 21:36

import ckeditor.fields
from django.db import migrations


class Migration(migrations.Migration):

    dependencies = [
        ('jobs', '0044_newspost_image_alt_alter_newspost_category'),
    ]

    operations = [
        migrations.AlterField(
            model_name='newspost',
            name='short_description',
            field=ckeditor.fields.RichTextField(max_length=700),
        ),
    ]
