Opened 17 years ago
Closed 17 years ago
#9499 closed (fixed)
Testing doc for PUT method references itself
| Reported by: | Jonathan Roes | Owned by: | nobody |
|---|---|---|---|
| Component: | Documentation | Version: | 1.0 |
| Severity: | Keywords: | ||
| Cc: | Triage Stage: | Unreviewed | |
| Has patch: | yes | Needs documentation: | no |
| Needs tests: | no | Patch needs improvement: | no |
| Easy pickings: | no | UI/UX: | no |
Description
Documentation for Client.put() says: "...Acts just like Client.put() except with the PUT request method."
Attachments (1)
Change History (2)
by , 17 years ago
| Attachment: | django-testing-doc-client-put.diff added |
|---|
comment:1 by , 17 years ago
| Resolution: | → fixed |
|---|---|
| Status: | new → closed |
Note:
See TracTickets
for help on using tickets.
(In [9332]) Fixed #9499: Corrected self-reference in test client put method doc. Thanks jroes.