index
:
chango.git
devmain
fix-31295
initial-branch
main
stable/5.2.x
stable/6.0.x
django
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
django
/
views
/
decorators
/
debug.py
Age
Commit message (
Expand
)
Author
2026-01-31
Refs #34118 -- Removed asgiref coroutine detection shims.
Jacob Walls
2025-07-23
Refs #36500 -- Rewrapped long docstrings and block comments via a script.
django-bot
2024-02-17
Fixed #35187 -- Fixed @sensitive_variables/sensitive_post_parameters decorato...
Mariusz Felisiak
2023-06-23
Refs #31949 -- Simplified @sensitive_variables a bit.
Jon Janzen
2023-06-23
Refs #31949 -- Made @sensitive_variables/sensitive_post_parameters decorators...
Jon Janzen
2023-03-30
Reverted "Refs #31949 -- Enabled @sensitive_variables to work with async func...
Mariusz Felisiak
2023-03-22
Refs #31949 -- Enabled @sensitive_variables to work with async functions.
Jon Janzen
2022-05-25
Normalized imports of functools.wraps.
Aymeric Augustin
2022-02-07
Refs #33476 -- Reformatted code with Black.
django-bot
2021-06-25
Refs #32508 -- Raised ImproperlyConfigured/TypeError instead of using "assert...
Mateo Radman
2019-12-10
Fixed #31077 -- Made debug decorators raise TypeError if they're not called.
Baptiste Mispelon
2017-03-03
Refs #27656 -- Updated django.views docstring verbs according to PEP 257.
Anton Samarchyan
2013-10-17
Fixed #21285 -- Fixed E121,E122 pep8 warnings
Alasdair Nicol
2013-08-02
Fixed #18923 -- Corrected usage of sensitive_post_parameters in contrib.auth
Tim Graham
2012-12-31
Fixed #19453 -- Ensured that the decorated function's arguments are obfuscate...
Julien Phalip
2012-06-03
Fixed #17138 -- Made the sensitive_variables decorator work with object methods.
Julien Phalip
2011-06-08
Fixed #14614 - filtering of sensitive information in 500 error reports.
Luke Plant