Skip to content

track django migrations

Jérôme Charaoui requested to merge track-migrations into main

This is based on the upstream Django documentation which recommends tracking migrations as part of the codebase.

https://docs.djangoproject.com/en/5.0/topics/migrations/

It's unclear why this was added in the first place, the commit log doesn't contain any explanation.

If this is merged then the "makemigrations" command will only be required as part of the regular development process, and will not be needed at any point during deployment.

Merge request reports