Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Migrate from django-fsm to viewflow #4259

Open
1 of 2 tasks
danswick opened this issue Sep 6, 2024 · 0 comments
Open
1 of 2 tasks

Migrate from django-fsm to viewflow #4259

danswick opened this issue Sep 6, 2024 · 0 comments
Assignees
Labels

Comments

@danswick
Copy link
Contributor

danswick commented Sep 6, 2024

As of April this year, django-fsm, the state machine library we use to to manage submission events and the like, has been deprecated. Its replacement, viewflow, is a backwards-incompatible re-write of the old system. While it seems to be a straightforward replacement, it will require some work to migrate.

Update:
As @rnovak338 pointed out, we import django-fsm in some old migrations, which means we can't easily remove the dependency without also doing some minor migration surgery. With that in mind, we'll probably do something like:

Steps

@rnovak338 rnovak338 self-assigned this Sep 16, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
Status: In Progress
Development

No branches or pull requests

2 participants