Fix authentik 2026.2.0 migration ordering bug #275

Merged
eblume merged 1 commit from fix/authentik-migration-ordering into main 2026-03-01 16:28:37 -08:00

1 commit

Author SHA1 Message Date
f024efb4da Fix authentik migration ordering: ensure 0056 runs before 0010
Django migration ordering bug in authentik 2026.2.0 — rbac/0010 (drops
Role.group_id) can execute before core/0056 (data migration that reads
Role.group_id), causing FieldError on startup. Add explicit dependency
via substituteInPlace. Upstream: goauthentik/authentik#19616

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-03-01 16:25:25 -08:00