Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit a8bd38a

Browse filesBrowse files
committed
minor #12496 Tweaked the explanation of UniqueEntity constraint (javiereguiluz)
This PR was merged into the 3.4 branch. Discussion ---------- Tweaked the explanation of UniqueEntity constraint Not sure if the new description is OK ... but the original description didn't look OK. Commits ------- 60becf6 Tweaked the explanation of UniqueEntity constraint
2 parents 7e5f4db + 60becf6 commit a8bd38a
Copy full SHA for a8bd38a

File tree

Expand file treeCollapse file tree

1 file changed

+1
-2
lines changed
Filter options
Expand file treeCollapse file tree

1 file changed

+1
-2
lines changed

‎reference/constraints/UniqueEntity.rst

Copy file name to clipboardExpand all lines: reference/constraints/UniqueEntity.rst
+1-2Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,8 +28,7 @@ Basic Usage
2828

2929
Suppose you have an AppBundle bundle with a ``User`` entity that has
3030
an ``email`` field. You can use the ``UniqueEntity`` constraint to guarantee
31-
that the ``email`` field remains unique between all of the constraints in
32-
your user table:
31+
that the ``email`` field remains unique between all of the rows in your user table:
3332

3433
.. configuration-block::
3534

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.