﻿id	summary	reporter	owner	description	type	status	component	version	severity	resolution	keywords	cc	stage	has_patch	needs_docs	needs_tests	needs_better_patch	easy	ui_ux
7924	test client's post method does not actually post if no data or an empty dict is given	Tobias McNulty	nobody	"{{{
from django.test.client import Client
c = Client()
c.post(reverse('my_view'))
}}}

in my_view, request.POST is false!  I have to pass in bogus data, like {'a': 'b'} to force it to post.  Posting empty data is useful in cases were the action and all necessary meta data are included in the URL, and you just want to ""confirm"" that the user wants to proceed.
"		closed	Testing framework	dev		invalid			Unreviewed	0	0	0	0	0	0
