Testing PATCH requests with the django test client
454 views
Skip to first unread message
Peter Farmer
unread,
Mar 1, 2012, 5:16:58 AM3/1/12
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to Tastypie
Hi,
Whilst trying to unit test my tastypie api I discovered the django
test client doesn't have a patch method for testing PATCH calls, I've
submitted patches to add "patch" to the test client, but until they
are accepted (and in a release) here is link to my workaround: