Skip to content

Move range to the comparison constraint types #10249

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
wants to merge 2 commits into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 1 addition & 2 deletions reference/constraints.rst
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,6 @@ Validation Constraints Reference
constraints/Ip
constraints/Uuid

constraints/Range

constraints/EqualTo
constraints/NotEqualTo
constraints/IdenticalTo
Expand All @@ -33,6 +31,7 @@ Validation Constraints Reference
constraints/LessThanOrEqual
constraints/GreaterThan
constraints/GreaterThanOrEqual
constraints/Range

constraints/Date
constraints/DateTime
Expand Down
6 changes: 1 addition & 5 deletions reference/constraints/map.rst.inc
Original file line number Diff line number Diff line change
Expand Up @@ -22,11 +22,6 @@ String Constraints
* :doc:`Ip </reference/constraints/Ip>`
* :doc:`Uuid</reference/constraints/Uuid>`

Number Constraints
~~~~~~~~~~~~~~~~~~

* :doc:`Range </reference/constraints/Range>`

Comparison Constraints
~~~~~~~~~~~~~~~~~~~~~~

Expand All @@ -38,6 +33,7 @@ Comparison Constraints
* :doc:`LessThanOrEqual </reference/constraints/LessThanOrEqual>`
* :doc:`GreaterThan </reference/constraints/GreaterThan>`
* :doc:`GreaterThanOrEqual </reference/constraints/GreaterThanOrEqual>`
* :doc:`Range </reference/constraints/Range>`

Date Constraints
~~~~~~~~~~~~~~~~
Expand Down