Opened 16 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)
Change History (3)
by , 16 years ago
Attachment: | add-extra-parameter-to-testing-doc.diff added |
---|
comment:1 by , 16 years ago
Triage Stage: | Unreviewed → Accepted |
---|
comment:2 by , 15 years ago
Resolution: | → fixed |
---|---|
Status: | new → closed |
Note:
See TracTickets
for help on using tickets.
Fixed in r11173.