Skip to content
This repository has been archived by the owner on Jun 10, 2024. It is now read-only.

Replace __latest__ dependencies with specific version. #14

Open
wants to merge 6 commits into
base: master
Choose a base branch
from

Conversation

ketaro
Copy link

@ketaro ketaro commented Nov 26, 2017

Using latest can cause migration errors like:
django.db.migrations.exceptions.InconsistentMigrationHistory: Migration djangocms_youtube.0001_initial is applied before its dependency filer.0007_auto_20161016_1055 on database 'default'

If the external library receives an update, yet we've already applied the migration, we'll receive the above error and be unable to run migrations. Pinning to a specific version will avoid this.

Using __latest__ can cause migration errors like:
django.db.migrations.exceptions.InconsistentMigrationHistory: Migration djangocms_youtube.0001_initial is applied before its dependency filer.0007_auto_20161016_1055 on database 'default'

If the external library receives an update, yet we've already applied the migration.  Pinning to a specific version.
@Air-Mark
Copy link

Somebody merge it please

@bvermeule
Copy link

Can this be merged?

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants