Aymeric Augustin
|
8cf4de206c
|
Normalized decorator style for functools.wraps.
|
2022-05-25 10:58:48 +02:00 |
Aymeric Augustin
|
6485894157
|
Renamed wrapped functions to wrapper.
All these functions are wrapping another function. They're the wrapper,
while the function they're wrapping is the wrapped.
|
2022-05-25 10:53:52 +02:00 |
django-bot
|
9c19aff7c7
|
Refs #33476 -- Reformatted code with Black.
|
2022-02-07 20:37:05 +01:00 |
Anton Samarchyan
|
711123e1cd
|
Refs #27656 -- Updated django.views docstring verbs according to PEP 257.
|
2017-03-03 17:05:42 -05:00 |
Tim Graham
|
9e6e32bf5d
|
Refs #23919 -- Removed django.utils.decorators.available_attrs() usage.
It's only needed to workaround a bug on Python 2.
|
2017-01-21 13:20:17 -05:00 |
Maxime Lorant
|
5153a3bfdc
|
Fixed #25331 -- Removed trailing blank lines in docstrings.
|
2015-08-31 17:37:21 -04:00 |
Piotr Jakimiak
|
4157c502a5
|
Removed unnecessary arguments in .get method calls
|
2015-05-13 20:51:18 +02:00 |
Luke Plant
|
524c5fa07a
|
Fixed #14261 - Added clickjacking protection (X-Frame-Options header)
Many thanks to rniemeyer for the patch!
git-svn-id: http://code.djangoproject.com/svn/django/trunk@16298 bcc190cf-cafb-0310-a4f2-bffc1f526a37
|
2011-05-30 22:27:47 +00:00 |