﻿id	summary	reporter	owner	description	type	status	component	version	severity	resolution	keywords	cc	stage	has_patch	needs_docs	needs_tests	needs_better_patch	easy	ui_ux
35179	Admindocs omits model methods containing only keyword-only arguments	David Sanders	nobody	"Given the model:

{{{
class Foo(Model):
    def arg_and_kwarg_only_method(self, arg, *, kwarg): ...
    def kwarg_only_method(self, *, kwarg): ...
}}}

The method `arg_and_kwarg_only_method()` will be documented but `kwarg_only_method()` will be omitted."	Bug	new	contrib.admindocs	5.0	Normal				Unreviewed	0	0	0	0	0	0
