Bewertung_fix und Veröffentlichungszeit

This commit is contained in:
ben8
2025-06-27 15:17:27 +02:00
parent 1014ea37ec
commit 93e166ece0
11 changed files with 195 additions and 50 deletions

View File

@@ -0,0 +1,17 @@
# Generated by Django 5.1.7 on 2025-06-27 12:35
from django.db import migrations
class Migration(migrations.Migration):
dependencies = [
('library', '0055_qivipquiz_published_at'),
]
operations = [
migrations.AlterUniqueTogether(
name='quizrating',
unique_together=set(),
),
]