Unterstützung für Lose

This commit is contained in:
2026-05-14 02:57:27 +02:00
parent e4eb5bc368
commit f6af101933
8 changed files with 105 additions and 1 deletions

View File

@@ -0,0 +1,18 @@
# Generated by Django 6.0.5 on 2026-05-13 22:57
from django.db import migrations, models
class Migration(migrations.Migration):
dependencies = [
('ausschreibungen', '0005_bindefrist_tage'),
]
operations = [
migrations.AddField(
model_name='ausschreibung',
name='rechtsgrundlage_details',
field=models.TextField(blank=True),
),
]