django1/django
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
..
bin Fixed #14419 -- Enhanced the help text of the makemessages management command. Thanks lsaffre for the report and suggestions and gruszczy for the patch. 2011-01-25 01:39:39 +00:00
conf Fixed #14614 - filtering of sensitive information in 500 error reports. 2011-06-08 22:18:46 +00:00
contrib Fixed #14614 - filtering of sensitive information in 500 error reports. 2011-06-08 22:18:46 +00:00
core Fixed #14614 - filtering of sensitive information in 500 error reports. 2011-06-08 22:18:46 +00:00
db Made clear() on a reverse foreign key significantly more efficient. Thanks to Andrew Godwin for the review. 2011-06-07 20:51:59 +00:00
dispatch Removed a bunch more Python 2.4 workarounds now that we don't support that version. Refs #15702 -- thanks to jonash for the patch. 2011-03-28 02:11:19 +00:00
forms Fixed #14082 -- Use metaclass of provided ModelForm subclass in modelform_factory. Thanks jspiros and Stephen Burrows for the patch. 2011-06-07 16:15:54 +00:00
http Fixed #12417 -- Added signing functionality, including signing cookies. Many thanks to Simon, Stephan, Paul and everyone else involved. 2011-05-21 14:41:14 +00:00
middleware Fixed #14261 - Added clickjacking protection (X-Frame-Options header) 2011-05-30 22:27:47 +00:00
shortcuts Fixed #15010 -- Added current_app parameter to close gap between TemplateResponse and render method. Thanks, acdha. 2011-01-05 22:41:43 +00:00
template Tweaked some changes from [16283] to fix failures in i18n and defaultfilters regression tests. 2011-05-27 17:05:16 +00:00
templatetags Enhanced a bit the documentation and docstring for the url template tag. Also, added a test for it. 2011-06-05 23:44:34 +00:00
test Fixed #11436 -- Updated bundled copy of doctests.py to the one shipped with Python 2.5, preserved local tweaks. 2011-05-29 23:26:44 +00:00
utils Fixed #14614 - filtering of sensitive information in 500 error reports. 2011-06-08 22:18:46 +00:00
views Fixed #14614 - filtering of sensitive information in 500 error reports. 2011-06-08 22:18:46 +00:00
__init__.py Django is now 1.4 pre-alpha. 2011-04-30 22:51:48 +00:00