Replies: 1 comment
-
Hi @mturilin In the example you wrote, you can also give the And Finally, whether a field is optional or not depends on your view of the whole project and there is no right or wrong. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hey folks,
Why ForeignKey is declared as Optional but scalar values are not?
Let's say I have a class:
Am I right that I need to declare otp_code as not optional but the customer as optional?
If yes, why?
—Mikhail
Beta Was this translation helpful? Give feedback.
All reactions