Skip to content

Commit ce4881c

Browse files
committed
Merge branch '2.8' into 3.3
* 2.8: Clarifying usage of delivery_whitelist Add missing : and ~ in the yaml code block more underlining! Update security.rst
2 parents f79761b + 91e201f commit ce4881c

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

email/dev_environment.rst

+4
Original file line numberDiff line numberDiff line change
@@ -190,6 +190,10 @@ In the above example all email messages will be redirected to ``dev@example.com`
190190
and messages sent to the ``admin@mydomain.com`` address or to any email address
191191
belonging to the domain ``specialdomain.com`` will also be delivered as normal.
192192

193+
.. caution::
194+
195+
The ``delivery_whitelist`` option is ignored unless the ``delivery_addresses`` option is defined.
196+
193197
Viewing from the Web Debug Toolbar
194198
----------------------------------
195199

reference/constraints/Collection.rst

+2-2
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@ following:
9595
fields:
9696
personal_email: Email
9797
short_bio:
98-
- NotBlank
98+
- NotBlank: ~
9999
- Length:
100100
max: 100
101101
maxMessage: Your short bio is too long!
@@ -219,7 +219,7 @@ you can do the following:
219219
- Collection:
220220
fields:
221221
personal_email:
222-
- Required
222+
- Required:
223223
- NotBlank: ~
224224
- Email: ~
225225
alternate_email:

0 commit comments

Comments
 (0)