mirror of
https://github.com/django/django.git
synced 2025-11-25 05:04:26 +00:00
Refs #34140 -- Corrected rst code-block and various formatting issues in docs.
This commit is contained in:
parent
c67ea79aa9
commit
ba755ca131
57 changed files with 443 additions and 269 deletions
|
|
@ -248,7 +248,9 @@ Use the ``django.test.Client`` class to make requests.
|
|||
>>> c = Client()
|
||||
>>> c.post('/login/', {'name': 'fred', 'passwd': 'secret'})
|
||||
|
||||
...will result in the evaluation of a POST request to this URL::
|
||||
...will result in the evaluation of a POST request to this URL:
|
||||
|
||||
.. code-block:: text
|
||||
|
||||
/login/
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue