summaryrefslogtreecommitdiff
path: root/tests/utils_tests/test_inspect.py
Commit message (Expand)AuthorAgeFilesLines
* Refs #33476 -- Reformatted code with Black.django-bot2022-02-071-10/+24
* Refs #31732 -- Fixed django.utils.inspect caching for bound methods.Adam Johnson2021-03-221-0/+10
* Refs #31372 -- Added django.utils.inspect tests for bound methods.Adam Johnson2021-03-221-2/+31
* Increased test coverage of django.utils.inspect.Mads Jensen2019-12-271-0/+8
* Refs #29244 -- Fixed django.utils.inspect.method_has_no_args() for bound meth...Josh Schneier2018-08-071-0/+2
* Renamed django.utils.inspect.func_has_no_args() to method_has_no_args().Josh Schneier2018-08-071-0/+4
* Refs #23919 -- Stopped inheriting from object to define new style classes.Simon Charette2017-01-191-1/+1
* Fixed #26747 -- Used more specific assertions in the Django test suite.Jon Dufresne2016-06-161-2/+2
* Fixed #24917 -- Made admindocs display model methods that take arguments.Zan Anderle2015-09-071-0/+35