I just discovered that using @method_decorator(sensitive_post_parameters()) doesn't properly cleanse request.POST for all of the traceback frames. Specifically, method_decorator's inner bound_func leaks the request because it is contained in the args2 variable and not named request.
I plan on creating a ticket for this. If this usage is deemed valid, then it's a pretty serious issue for any site dealing with credit cards and it's probably a release blocker. If this usage is not valid, then the ticket will be to update the documentation so that others know not to do that.
Regards,
Michael Manfre