Skip to content

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.

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