Branch: refs/heads/stable/1.6.x
Home:
https://github.com/django/django
Commit: 778d4da9cc249839b059e45d90e3a947bb76dd6d
https://github.com/django/django/commit/778d4da9cc249839b059e45d90e3a947bb76dd6d
Author: Tim Graham <
timog...@gmail.com>
Date: 2013-09-18 (Wed, 18 Sep 2013)
Changed paths:
M django/views/debug.py
A tests/mutually_referential/__pycache__/models.cpython-33.pyc.139834563760656
M tests/view_tests/tests/test_debug.py
M tests/view_tests/views.py
Log Message:
-----------
[1.6.x] Fixed #21098 -- Applied sensitive_post_parameters to MultiValueDict
Thanks simonpercivall for the report and bmispelon for the review.
Backport of 2daada800f from master