django1/django/views/decorators
Julien Phalip dfd8623de4 [1.5.x] Fixed #19453 -- Ensured that the decorated function's arguments are obfuscated in the @sensitive_variables decorator's frame, in case the variables associated with those arguments were meant to be obfuscated from the decorated function's frame.
Thanks to vzima for the report.
Backport of 9180146d21
2012-12-31 09:51:13 -08:00
..
__init__.py Imported Django from private SVN repository (created from r. 8825) 2005-07-13 01:25:57 +00:00
cache.py Made more extensive use of get_current_site 2012-09-28 20:33:05 +02:00
clickjacking.py Fixed #14261 - Added clickjacking protection (X-Frame-Options header) 2011-05-30 22:27:47 +00:00
csrf.py Fixed #18042 -- Advanced deprecation warnings. 2012-05-03 15:27:01 +02:00
debug.py [1.5.x] Fixed #19453 -- Ensured that the decorated function's arguments are obfuscated in the @sensitive_variables decorator's frame, in case the variables associated with those arguments were meant to be obfuscated from the decorated function's frame. 2012-12-31 09:51:13 -08: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 Imported getLogger directly from logging module 2012-09-20 21:03:24 +02:00
vary.py Replaced old-style with new-style decorator syntax. 2011-05-01 16:46:02 +00:00