Opened 15 years ago

Closed 15 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)

django-testing-doc-client-put.diff (536 bytes ) - added by Jonathan Roes 15 years ago.

Download all attachments as: .zip

Change History (2)

by Jonathan Roes, 15 years ago

comment:1 by Karen Tracey, 15 years ago

Resolution: fixed
Status: newclosed

(In [9332]) Fixed #9499: Corrected self-reference in test client put method doc. Thanks jroes.

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