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

Fix issue with additional migrations being generated upon change of coupon types setting #24

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open

Fix issue with additional migrations being generated upon change of coupon types setting #24

wants to merge 1 commit into from

Conversation

blablacio
Copy link

When generating migrations after changing the coupon types from settings, Django picks it up and creates a new migration in coupons app.

This is an unwanted side effect that should be avoided and easiest work around for now is to directly point migrations to settings.

@blablacio blablacio changed the title Fix issue with additional migrations being generated upon change of change of coupon types setting Fix issue with additional migrations being generated upon change of coupon types setting Feb 19, 2018
digicase added a commit to digicase/django-coupons that referenced this pull request Mar 11, 2020
Fix issue with additional migrations being generated upon change of coupon types setting byteweaver#24
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant