Opened 15 years ago

Closed 15 years ago

#9607 closed (fixed)

Add documentation for **extra parameter to test client request methods

Reported by: Jonathan Roes Owned by: nobody
Component: Documentation Version: dev
Severity: Keywords: test client headers
Cc: Triage Stage: Accepted
Has patch: yes Needs documentation: no
Needs tests: no Patch needs improvement: no
Easy pickings: no UI/UX: no

Description

The extra parameter in the request methods for the Django test client provides the user with the ability to send HTTP headers. This parameter wasn't covered in the existing docs in SVN r9462.

I'm not sure what version this was added in or if it has been there all along, so I wasn't able to identify that in my patch. Maybe someone seeing this ticket will know.

Attachments (1)

add-extra-parameter-to-testing-doc.diff (2.8 KB ) - added by Jonathan Roes 15 years ago.

Download all attachments as: .zip

Change History (3)

by Jonathan Roes, 15 years ago

comment:1 by Alex Gaynor, 15 years ago

Triage Stage: UnreviewedAccepted

comment:2 by Alex Gaynor, 15 years ago

Resolution: fixed
Status: newclosed

Fixed in r11173.

Note: See TracTickets for help on using tickets.
Back to Top