Django

Code

Ticket #9369 (closed: fixed)

Opened 3 months ago

Last modified 2 months ago

Add query string info to put and delete in test Client

Reported by: david Assigned to: david
Milestone: Component: Testing framework
Version: 1.0 Keywords:
Cc: Triage Stage: Unreviewed
Has patch: 1 Needs documentation:
Needs tests: Patch needs improvement:

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

patch_django_9369.20081015.diff (0.8 kB) - added by david on 10/15/08 02:28:04.
Add QUERY_STRING info, let me know if I need to update tests too.

Change History

10/15/08 02:28:04 changed by david

  • attachment patch_django_9369.20081015.diff added.

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

11/12/08 05:20:33 changed by russellm

  • status changed from new to closed.
  • resolution set to fixed.

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


Add/Change #9369 (Add query string info to put and delete in test Client)




Change Properties
Action