django1/django/views/decorators
Tim Graham 1dae4ac177 Whitespace cleanup.
* Removed trailing whitespace.
* Added newline to EOF if missing.
* Removed blank lines at EOF.
* Removed some stray tabs.
2013-10-10 16:49:20 -04:00
..
__init__.py Imported Django from private SVN repository (created from r. 8825) 2005-07-13 01:25:57 +00:00
cache.py Removed legacy ways of calling cache_page. 2012-12-29 21:59:07 +01:00
clickjacking.py Fixed #14261 - Added clickjacking protection (X-Frame-Options header) 2011-05-30 22:27:47 +00:00
csrf.py Removed several unused imports. 2013-06-19 17:18:40 +02:00
debug.py Fixed #18923 -- Corrected usage of sensitive_post_parameters in contrib.auth 2013-08-02 14:46:17 -04: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 Whitespace cleanup. 2013-10-10 16:49:20 -04:00
vary.py Replaced old-style with new-style decorator syntax. 2011-05-01 16:46:02 +00:00