Field settings unique=True and allow_duplicates=False functionally the same?
#668
-
|
Hi! I am uncertain on how to understand documentation of the model component Field: Are the two parameters Just as a reference, I am thinking of the following example: Would the validation behave the same with the following change? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
|
Hi @thorben-flapo, yes they are redundant... the docs need to be updated to include the deprecation warning, e.g. in the equivalent Would you be open to making a PR to update the |
Beta Was this translation helpful? Give feedback.
Hi @thorben-flapo, yes they are redundant... the docs need to be updated to include the deprecation warning, e.g. in the equivalent
Columnclass.Would you be open to making a PR to update the
Fielddocstring?