mirror of
https://github.com/django/django.git
synced 2025-08-04 10:59:45 +00:00
Refs #34140 -- Made minor edits to rst code-blocks.
This commit is contained in:
parent
498bff9499
commit
9cf2a5df70
2 changed files with 10 additions and 4 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue