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
/
tests
/
utils_tests
/
test_inspect.py
Age
Commit message (
Collapse
)
Author
2021-03-22
[3.2.x] Refs #31732 -- Fixed django.utils.inspect caching for bound methods.
Adam Johnson
Thanks Alexandr Artemyev for the report, and Simon Charette for the original patch. Backport of 562898034f65e17bcdd2d951ac5236a1ec8ea690 from main
2021-03-22
[3.2.x] Refs #31372 -- Added django.utils.inspect tests for bound methods.
Adam Johnson
Backport of ac72a216a7ef95e8e9cb8651b7e67320597c903b from main
2019-12-27
Increased test coverage of django.utils.inspect.
Mads Jensen
2018-08-07
Refs #29244 -- Fixed django.utils.inspect.method_has_no_args() for bound ↵
Josh Schneier
methods.
2018-08-07
Renamed django.utils.inspect.func_has_no_args() to method_has_no_args().
Josh Schneier
2017-01-19
Refs #23919 -- Stopped inheriting from object to define new style classes.
Simon Charette
2016-06-16
Fixed #26747 -- Used more specific assertions in the Django test suite.
Jon Dufresne
2015-09-07
Fixed #24917 -- Made admindocs display model methods that take arguments.
Zan Anderle