CKEditor Migration Successfully Completed
This commit is contained in:
parent
78fadaa1da
commit
b860590127
11 changed files with 148 additions and 56 deletions
|
@ -1,6 +1,6 @@
|
|||
# Generated by Django 5.2.2 on 2025-06-07 13:33
|
||||
|
||||
import ckeditor.fields
|
||||
import django_ckeditor_5.fields
|
||||
import django.db.models.deletion
|
||||
from django.conf import settings
|
||||
from django.db import migrations, models
|
||||
|
@ -103,6 +103,6 @@ class Migration(migrations.Migration):
|
|||
migrations.AlterField(
|
||||
model_name='bird',
|
||||
name='description',
|
||||
field=ckeditor.fields.RichTextField(blank=True, null=True, verbose_name='Erläuterungen'),
|
||||
field=django_ckeditor_5.fields.CKEditor5Field(blank=True, null=True, verbose_name='Erläuterungen'),
|
||||
),
|
||||
]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue