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

Missing migrations for release 2.3.6 #1616

Closed
istride opened this issue May 22, 2023 · 2 comments · Fixed by #1617
Closed

Missing migrations for release 2.3.6 #1616

istride opened this issue May 22, 2023 · 2 comments · Fixed by #1617
Assignees
Labels
bug Something isn't working Urgent Only very urgent bugs

Comments

@istride
Copy link
Contributor

istride commented May 22, 2023

Logs in production show that there are missing migrations in the latest release.

Running migrations:
  No migrations to apply.
  Your models have changes that are not yet reflected in a migration, and so won't be applied.
  Run 'manage.py makemigrations' to make new migrations, and then re-run 'manage.py migrate' to apply them.

This must be addressed before the next release.

How can we avoid this happening again?

@istride istride added bug Something isn't working Urgent Only very urgent bugs labels May 22, 2023
@istride istride assigned Alihassanc5 and unassigned sheralim012 May 22, 2023
@Alihassanc5
Copy link
Collaborator

The issue is caused by incremented package version of django-translation-manager 1.3.0 which is incompatible with our current django version 3.1.*

@Alihassanc5
Copy link
Collaborator

It would be fix in the next release because we are using Django 3.2.* now, additionally we will lock the dependencies using pip-tools to avoid this issue in future.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working Urgent Only very urgent bugs
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants