summaryrefslogtreecommitdiff
path: root/django/utils/inspect.py
AgeCommit message (Expand)Author
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