django1/django/views/decorators
Luke Plant 45e55b9143 Fixed #14614 - filtering of sensitive information in 500 error reports.
This adds a flexible mechanism for filtering what request/traceback
information is shown in 500 error emails and logs. It also applies
screening to some views known to be sensitive e.g. views that handle
passwords.

Thanks to oaylanc for the report and many thanks to Julien Phalip for the
patch and the rest of the work on this.

git-svn-id: http://code.djangoproject.com/svn/django/trunk@16339 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2011-06-08 22:18:46 +00:00
..
__init__.py Imported Django from private SVN repository (created from r. 8825) 2005-07-13 01:25:57 +00:00
cache.py Deprecated legacy ways of calling cache_page 2011-06-08 11:12:01 +00:00
clickjacking.py Fixed #14261 - Added clickjacking protection (X-Frame-Options header) 2011-05-30 22:27:47 +00:00
csrf.py Fixed #15354 - provide method to ensure CSRF token is always available for AJAX requests 2011-05-09 21:35:24 +00:00
debug.py Fixed #14614 - filtering of sensitive information in 500 error reports. 2011-06-08 22:18:46 +00:00
gzip.py Fixed #14929 -- Move gzip_page docstring to the right place. Thanks adamv. 2011-01-08 14:55:19 +00:00
http.py Replaced old-style with new-style decorator syntax. 2011-05-01 16:46:02 +00:00
vary.py Replaced old-style with new-style decorator syntax. 2011-05-01 16:46:02 +00:00