parent
a6833026c0
commit
b7f1d28d81
4 changed files with 39 additions and 9 deletions
19
app/bird/migrations/0002_alter_birdstatus_description.py
Normal file
19
app/bird/migrations/0002_alter_birdstatus_description.py
Normal file
|
@ -0,0 +1,19 @@
|
|||
# Generated by Django 4.2.6 on 2023-10-08 09:07
|
||||
|
||||
import ckeditor.fields
|
||||
from django.db import migrations
|
||||
|
||||
|
||||
class Migration(migrations.Migration):
|
||||
|
||||
dependencies = [
|
||||
('bird', '0001_initial'),
|
||||
]
|
||||
|
||||
operations = [
|
||||
migrations.AlterField(
|
||||
model_name='birdstatus',
|
||||
name='description',
|
||||
field=ckeditor.fields.RichTextField(verbose_name='Erläuterungen'),
|
||||
),
|
||||
]
|
Loading…
Add table
Add a link
Reference in a new issue