Skip to content

Commit a7263b5

Browse files
committed
Merge branch '3.4' into 4.1
* 3.4: Added a note about the usage of NotBlank
2 parents 3cf74d4 + dba62b4 commit a7263b5

21 files changed

+47
-0
lines changed

reference/constraints/Bic.rst

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -80,6 +80,8 @@ will contain a Business Identifier Code (BIC).
8080
}
8181
}
8282
83+
.. include:: /reference/constraints/_empty-values-are-valid.rst.inc
84+
8385
Available Options
8486
-----------------
8587

reference/constraints/CardScheme.rst

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -96,6 +96,8 @@ on an object that will contain a credit card number.
9696
}
9797
}
9898
99+
.. include:: /reference/constraints/_empty-values-are-valid.rst.inc
100+
99101
Available Options
100102
-----------------
101103

reference/constraints/Country.rst

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -73,6 +73,8 @@ Basic Usage
7373
}
7474
}
7575
76+
.. include:: /reference/constraints/_empty-values-are-valid.rst.inc
77+
7678
Options
7779
-------
7880

reference/constraints/Currency.rst

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -76,6 +76,8 @@ a valid currency, you could do the following:
7676
}
7777
}
7878
79+
.. include:: /reference/constraints/_empty-values-are-valid.rst.inc
80+
7981
Options
8082
-------
8183

reference/constraints/Date.rst

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -75,6 +75,8 @@ Basic Usage
7575
}
7676
}
7777
78+
.. include:: /reference/constraints/_empty-values-are-valid.rst.inc
79+
7880
Options
7981
-------
8082

reference/constraints/DateTime.rst

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -76,6 +76,8 @@ Basic Usage
7676
}
7777
}
7878
79+
.. include:: /reference/constraints/_empty-values-are-valid.rst.inc
80+
7981
Options
8082
-------
8183

reference/constraints/Email.rst

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -88,6 +88,8 @@ Basic Usage
8888
}
8989
}
9090
91+
.. include:: /reference/constraints/_empty-values-are-valid.rst.inc
92+
9193
Options
9294
-------
9395

reference/constraints/File.rst

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -150,6 +150,8 @@ The ``bioFile`` property is validated to guarantee that it is a real file.
150150
Its size and mime type are also validated because the appropriate options
151151
have been specified.
152152

153+
.. include:: /reference/constraints/_empty-values-are-valid.rst.inc
154+
153155
Options
154156
-------
155157

reference/constraints/Iban.rst

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -90,6 +90,8 @@ will contain an International Bank Account Number.
9090
}
9191
}
9292
93+
.. include:: /reference/constraints/_empty-values-are-valid.rst.inc
94+
9395
Available Options
9496
-----------------
9597

reference/constraints/Ip.rst

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -76,6 +76,8 @@ Basic Usage
7676
}
7777
}
7878
79+
.. include:: /reference/constraints/_empty-values-are-valid.rst.inc
80+
7981
Options
8082
-------
8183

0 commit comments

Comments
 (0)