Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent da4893b commit 7ce803cCopy full SHA for 7ce803c
reference/constraints/UniqueEntity.rst
@@ -120,7 +120,7 @@ fields
120
This required option is the field (or list of fields) on which this entity
121
should be unique. For example, if you specified both the ``email`` and ``name``
122
field in a single ``UniqueEntity`` constraint, then it would enforce that
123
-the combination value where unique (e.g. two users could have the same email,
+the combination value is unique (e.g. two users could have the same email,
124
as long as they don't have the same name also).
125
126
If you need to require two fields to be individually unique (e.g. a unique
0 commit comments