Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 7ce803c

Browse files
Carlos Granadoswouterj
Carlos Granados
authored andcommitted
Misspelling
It should be "were" instead of "where". But I think it is even better to use the present tense here, so I changed it to "is"
1 parent da4893b commit 7ce803c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

reference/constraints/UniqueEntity.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -120,7 +120,7 @@ fields
120120
This required option is the field (or list of fields) on which this entity
121121
should be unique. For example, if you specified both the ``email`` and ``name``
122122
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,
123+
the combination value is unique (e.g. two users could have the same email,
124124
as long as they don't have the same name also).
125125

126126
If you need to require two fields to be individually unique (e.g. a unique

0 commit comments

Comments
 (0)