Skip to content

Commit 4917ac8

Browse files
authored
Move Doctrine constraints out of Other constraints
The "Other Constraints" category is very useful, I regularly find myself checking out each of them to find the best fit. As a user of DBAL only, the Doctrine constraints are not as generic as the other ones. I suggest giving Doctrine constraints their own category, which may help people that use Doctrine, but also people that don't.
1 parent f35eec7 commit 4917ac8

File tree

1 file changed

+7
-3
lines changed

1 file changed

+7
-3
lines changed

reference/constraints/map.rst.inc

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -90,6 +90,13 @@ Financial and other Number Constraints
9090
* :doc:`Issn </reference/constraints/Issn>`
9191
* :doc:`Isin </reference/constraints/Isin>`
9292

93+
Doctrine Constraints
94+
~~~~~~~~~~~~~~~~~
95+
96+
* :doc:`UniqueEntity </reference/constraints/UniqueEntity>`
97+
* :doc:`EnableAutoMapping </reference/constraints/EnableAutoMapping>`
98+
* :doc:`DisableAutoMapping </reference/constraints/DisableAutoMapping>`
99+
93100
Other Constraints
94101
~~~~~~~~~~~~~~~~~
95102

@@ -105,6 +112,3 @@ Other Constraints
105112
* :doc:`Traverse </reference/constraints/Traverse>`
106113
* :doc:`Collection </reference/constraints/Collection>`
107114
* :doc:`Count </reference/constraints/Count>`
108-
* :doc:`UniqueEntity </reference/constraints/UniqueEntity>`
109-
* :doc:`EnableAutoMapping </reference/constraints/EnableAutoMapping>`
110-
* :doc:`DisableAutoMapping </reference/constraints/DisableAutoMapping>`

0 commit comments

Comments
 (0)