mirror of
https://github.com/django/django.git
synced 2025-10-31 09:41:08 +00:00
Refs #34140 -- Made minor edits to rst code-blocks.
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user