Skip to content

Commit

Permalink
Merge branch '6.4' into 7.0
Browse files Browse the repository at this point in the history
* 6.4:
  Move Doctrine constraints out of Other constraints
  • Loading branch information
OskarStark committed May 16, 2024
2 parents 97bd669 + 0b650cb commit b3b8c97
Showing 1 changed file with 7 additions and 3 deletions.
10 changes: 7 additions & 3 deletions reference/constraints/map.rst.inc
Original file line number Diff line number Diff line change
Expand Up @@ -88,6 +88,13 @@ Financial and other Number Constraints
* :doc:`Issn </reference/constraints/Issn>`
* :doc:`Isin </reference/constraints/Isin>`

Doctrine Constraints
~~~~~~~~~~~~~~~~~~~~

* :doc:`UniqueEntity </reference/constraints/UniqueEntity>`
* :doc:`EnableAutoMapping </reference/constraints/EnableAutoMapping>`
* :doc:`DisableAutoMapping </reference/constraints/DisableAutoMapping>`

Other Constraints
~~~~~~~~~~~~~~~~~

Expand All @@ -103,6 +110,3 @@ Other Constraints
* :doc:`Traverse </reference/constraints/Traverse>`
* :doc:`Collection </reference/constraints/Collection>`
* :doc:`Count </reference/constraints/Count>`
* :doc:`UniqueEntity </reference/constraints/UniqueEntity>`
* :doc:`EnableAutoMapping </reference/constraints/EnableAutoMapping>`
* :doc:`DisableAutoMapping </reference/constraints/DisableAutoMapping>`

0 comments on commit b3b8c97

Please sign in to comment.