Adam Johnson
|
562898034f
|
Refs #31732 -- Fixed django.utils.inspect caching for bound methods.
Thanks Alexandr Artemyev for the report, and Simon Charette for the
original patch.
|
2021-03-22 13:17:54 +01:00 |
Adam Johnson
|
ef39a8829b
|
Added docstring to django.utils.inspect.func_accepts_kwargs().
|
2020-12-14 18:08:37 +01:00 |
Tim Park
|
d1409f51ff
|
Fixed #31732 -- Cached callables signatures in django.utils.inspect methods.
|
2020-07-06 10:42:43 +02:00 |
Josh Schneier
|
f1bf069ec1
|
Refs #29244 -- Fixed django.utils.inspect.method_has_no_args() for bound methods.
|
2018-08-07 17:37:35 -04:00 |
Josh Schneier
|
756b859576
|
Renamed django.utils.inspect.func_has_no_args() to method_has_no_args().
|
2018-08-07 17:37:35 -04:00 |
Alexander Allakhverdiyev
|
620e9dd31a
|
Replaced django.utils.inspect.getargspec() with inspect.getfullargspec().
|
2017-04-27 20:42:49 -04:00 |
Claude Paroz
|
c716fe8782
|
Refs #23919 -- Removed six.PY2/PY3 usage
Thanks Tim Graham for the review.
|
2017-01-18 16:21:28 +01:00 |
Claude Paroz
|
d7b9aaa366
|
Refs #23919 -- Removed encoding preambles and future imports
|
2017-01-18 09:55:19 +01:00 |
Zan Anderle
|
f3dc173240
|
Fixed #24917 -- Made admindocs display model methods that take arguments.
|
2015-09-07 15:07:39 -04:00 |
Tim Graham
|
3872a33132
|
Fixed #24979 -- Removed usage of inspect.getargspec().
|
2015-06-15 13:43:22 -04:00 |