Django

Code

Changeset 5904

Show
Ignore:
Timestamp:
08/16/07 10:12:37 (1 year ago)
Author:
adrian
Message:

Fixed #5181 -- Fixed typo in example in docs/testing.txt. Thanks, hayley

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • django/trunk/docs/testing.txt

    r5891 r5904  
    482482    ...with this POST data:: 
    483483 
    484         name=fred&passwd&secret 
     484        name=fred&passwd=secret 
    485485 
    486486    If you provide ``content_type`` (e.g., ``text/xml`` for an XML payload),