diff options
| author | Mariusz Felisiak <felisiak.mariusz@gmail.com> | 2023-03-01 13:00:10 +0100 |
|---|---|---|
| committer | Mariusz Felisiak <felisiak.mariusz@gmail.com> | 2023-03-01 13:02:54 +0100 |
| commit | 9cf2a5df70051dffcefe21c6b27203e2d5804922 (patch) | |
| tree | d4e8f797b63d2cea657acb2f19a5bdeab170810b /docs/topics/testing | |
| parent | 498bff949925c672bcef17261e59316ef9b0bc6f (diff) | |
Refs #34140 -- Made minor edits to rst code-blocks.
Diffstat (limited to 'docs/topics/testing')
| -rw-r--r-- | docs/topics/testing/tools.txt | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/docs/topics/testing/tools.txt b/docs/topics/testing/tools.txt index 703710082a..2f0e431caa 100644 --- a/docs/topics/testing/tools.txt +++ b/docs/topics/testing/tools.txt @@ -254,7 +254,9 @@ Use the ``django.test.Client`` class to make requests. /login/ - ...with this POST data:: + ...with this POST data: + + .. code-block:: text name=fred&passwd=secret |
