django/tests/regressiontests/views
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
..
app0
app1
app2
app3
app4
fixtures
locale
media
templates/debug
templatetags
tests Fixed #14614 - filtering of sensitive information in 500 error reports. 2011-06-08 22:18:46 +00:00
__init__.py Fixed #15980 - Unknown encoding "utf8" in tests/regressiontests/views/__init__.py 2011-05-07 10:47:11 +00:00
generic_urls.py Refactored views regression tests to isolate generic views from the root URL space. 2011-04-02 13:27:40 +00:00
models.py
urls.py Refactored views regression tests to isolate generic views from the root URL space. 2011-04-02 13:27:40 +00:00
views.py Fixed #14614 - filtering of sensitive information in 500 error reports. 2011-06-08 22:18:46 +00:00