index
:
django.git
fix-31295
main
stable/5.2.x
stable/6.0.x
django
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
django
/
utils
/
inspect.py
Age
Commit message (
Expand
)
Author
2026-02-10
[6.0.x] Fixed #36903 -- Fixed further NameErrors when inspecting functions wi...
93578237
2025-12-01
[6.0.x] Fixed #36712 -- Evaluated type annotations lazily in template tag reg...
Jacob Walls
2025-10-31
[6.0.x] Fixed #36696 -- Fixed NameError when inspecting functions with deferr...
Patrick Rauscher
2025-09-16
Fixed #35859 -- Added background Tasks framework interface.
Jake Howard
2024-02-14
Fixed #35179 -- Made admindocs detect positional/keyword-only arguments.
Salvo Polizzi
2024-02-09
Fixed #35175 -- Made migraton writer preserve keyword-only arguments.
David Sanders
2022-02-07
Refs #33476 -- Reformatted code with Black.
django-bot
2021-03-22
Refs #31732 -- Fixed django.utils.inspect caching for bound methods.
Adam Johnson
2020-12-14
Added docstring to django.utils.inspect.func_accepts_kwargs().
Adam Johnson
2020-07-06
Fixed #31732 -- Cached callables signatures in django.utils.inspect methods.
Tim Park
2018-08-07
Refs #29244 -- Fixed django.utils.inspect.method_has_no_args() for bound meth...
Josh Schneier
2018-08-07
Renamed django.utils.inspect.func_has_no_args() to method_has_no_args().
Josh Schneier
2017-04-27
Replaced django.utils.inspect.getargspec() with inspect.getfullargspec().
Alexander Allakhverdiyev
2017-01-18
Refs #23919 -- Removed six.PY2/PY3 usage
Claude Paroz
2017-01-18
Refs #23919 -- Removed encoding preambles and future imports
Claude Paroz
2015-09-07
Fixed #24917 -- Made admindocs display model methods that take arguments.
Zan Anderle
2015-06-15
Fixed #24979 -- Removed usage of inspect.getargspec().
Tim Graham