Skip to content

Commit a9f6bf6

Browse files
authored
Merge pull request #183 from chestnutcone/main
updating csp_replace decorator doc
2 parents f9fae32 + 9969f39 commit a9f6bf6

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

docs/decorators.rst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -69,6 +69,7 @@ or tuples.
6969
The ``@csp_replace`` decorator allows you to **replace** a source list
7070
specified in settings. If there is no setting, the value passed to the
7171
decorator will be used verbatim. (See the note under ``@csp_update``.)
72+
If the specified value is None, the corresponding key will not be included.
7273

7374
The arguments and values are the same as ``@csp_update``::
7475

0 commit comments

Comments
 (0)