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

BatchCalcOrder Created #40

Draft
wants to merge 3 commits into
base: develop
Choose a base branch
from
Draft

Conversation

anchalm03
Copy link
Contributor

Please check the commit with ID 6f1a2f57285bc0b3467db9e775d4207234f76ccb

Thank You.

Structure, on_delete=models.SET_NULL, blank=True, null=True
)
calculationorder = models.ForeignKey(
BatchCalcOrder, n_delete=models.SET_NULL, blank=True, null=True)
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The code is not working because you have a typo here: n_delete should be on_delete. It works with this fix.

@RaphaelRobidas RaphaelRobidas force-pushed the develop branch 4 times, most recently from 243a8b3 to 21c89eb Compare October 8, 2023 15:42
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.

2 participants