Replace deprecated PlaceholderField
This commit is contained in:
parent
398eef9120
commit
374f6f762e
3 changed files with 27 additions and 8 deletions
|
|
@ -0,0 +1,16 @@
|
|||
# Generated by Django 5.2.1 on 2025-05-24 05:52
|
||||
|
||||
from django.db import migrations
|
||||
|
||||
|
||||
class Migration(migrations.Migration):
|
||||
dependencies = [
|
||||
("froide_govplan", "0013_government_active"),
|
||||
]
|
||||
|
||||
operations = [
|
||||
migrations.RemoveField(
|
||||
model_name="governmentplansection",
|
||||
name="content_placeholder",
|
||||
),
|
||||
]
|
||||
Loading…
Add table
Add a link
Reference in a new issue