Changeset 5904
- Timestamp:
- 08/16/07 10:12:37 (1 year ago)
- Files:
-
- django/trunk/docs/testing.txt (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
django/trunk/docs/testing.txt
r5891 r5904 482 482 ...with this POST data:: 483 483 484 name=fred&passwd &secret484 name=fred&passwd=secret 485 485 486 486 If you provide ``content_type`` (e.g., ``text/xml`` for an XML payload),
