summaryrefslogtreecommitdiff
path: root/django/utils/inspect.py
AgeCommit 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-16Fixed #35859 -- Added background Tasks framework interface.Jake Howard
2024-02-14Fixed #35179 -- Made admindocs detect positional/keyword-only arguments.Salvo Polizzi
2024-02-09Fixed #35175 -- Made migraton writer preserve keyword-only arguments.David Sanders
2022-02-07Refs #33476 -- Reformatted code with Black.django-bot
2021-03-22Refs #31732 -- Fixed django.utils.inspect caching for bound methods.Adam Johnson
2020-12-14Added docstring to django.utils.inspect.func_accepts_kwargs().Adam Johnson
2020-07-06Fixed #31732 -- Cached callables signatures in django.utils.inspect methods.Tim Park
2018-08-07Refs #29244 -- Fixed django.utils.inspect.method_has_no_args() for bound meth...Josh Schneier
2018-08-07Renamed django.utils.inspect.func_has_no_args() to method_has_no_args().Josh Schneier
2017-04-27Replaced django.utils.inspect.getargspec() with inspect.getfullargspec().Alexander Allakhverdiyev
2017-01-18Refs #23919 -- Removed six.PY2/PY3 usageClaude Paroz
2017-01-18Refs #23919 -- Removed encoding preambles and future importsClaude Paroz
2015-09-07Fixed #24917 -- Made admindocs display model methods that take arguments.Zan Anderle
2015-06-15Fixed #24979 -- Removed usage of inspect.getargspec().Tim Graham