Opened 16 years ago

Closed 15 years ago

#9369 closed (fixed)

Add query string info to put and delete in test Client

Reported by: David Larlet Owned by: David Larlet
Component: Testing framework 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

#5888 has been added to trunk but the put() and delete() methods do not have QUERY_STRING information in the query environment and it's useful.

Attachments (1)

patch_django_9369.20081015.diff (802 bytes ) - added by David Larlet 16 years ago.
Add QUERY_STRING info, let me know if I need to update tests too.

Download all attachments as: .zip

Change History (2)

by David Larlet, 16 years ago

Add QUERY_STRING info, let me know if I need to update tests too.

comment:1 by Russell Keith-Magee, 15 years ago

Resolution: fixed
Status: newclosed

(In [9397]) Fixed #9369 -- Added QUERY_STRING info for PUT and DELETE requests in the test client. Thanks to david for the report.

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