summaryrefslogtreecommitdiff
path: root/django/views/decorators/clickjacking.py
AgeCommit message (Expand)Author
2017-03-03Refs #27656 -- Updated django.views docstring verbs according to PEP 257.Anton Samarchyan
2017-01-21Refs #23919 -- Removed django.utils.decorators.available_attrs() usage.Tim Graham
2015-08-31Fixed #25331 -- Removed trailing blank lines in docstrings.Maxime Lorant
2015-05-13Removed unnecessary arguments in .get method callsPiotr Jakimiak
2011-05-30Fixed #14261 - Added clickjacking protection (X-Frame-Options header)Luke Plant