Files
training-software/tracking
Paperclip CTO 1e886f2022
Some checks failed
CI / lint (push) Failing after 8s
CI / test (push) Failing after 8s
CI / build-container (push) Has been skipped
fix(TRA-379): generate missing migrations and fix daphne INSTALLED_APPS ordering
- Move daphne before django.contrib.staticfiles in INSTALLED_APPS so Daphne
  system check passes and makemigrations --check can run cleanly
- Generate tracking/0002: rename auto-generated AuditEvent index names to
  match Django 5.2 format
- Generate accounts/0005: sync AccountUser managers and ManyToMany field
  help_text to match current Django/guardian defaults

The CallSession / CallParticipant / CallEvent migration (training/0004)
already existed from the groupcall backend commit; this commit ensures
makemigrations --check reports no pending migrations across all apps.

Co-Authored-By: Paperclip <noreply@paperclip.ing>
2026-05-18 14:44:51 +02:00
..