Remove ambiguous evidence level field from claims and the AI assistant.

Drops Evidenzlevel from models, admin, public UI, and draft workflow while keeping Nachweise file uploads unchanged.

Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
Pirmin Hinderling (fedora)
2026-07-07 22:11:47 +02:00
parent 3a5849660a
commit 28aab3b16a
13 changed files with 27 additions and 79 deletions
@@ -0,0 +1,21 @@
# Generated by Django 5.2.15 on 2026-07-07 20:10
from django.db import migrations
class Migration(migrations.Migration):
dependencies = [
('claims', '0005_allow_svg_draft_upload'),
]
operations = [
migrations.RemoveField(
model_name='claim',
name='evidence_level',
),
migrations.RemoveField(
model_name='claimdraft',
name='evidence_level',
),
]