#35179: Admindocs omits model methods containing only keyword-only arguments
---------------------------------------------+------------------------
               Reporter:  David Sanders      |          Owner:  nobody
                   Type:  Bug                |         Status:  new
              Component:  contrib.admindocs  |        Version:  5.0
               Severity:  Normal             |       Keywords:
           Triage Stage:  Unreviewed         |      Has patch:  0
    Needs documentation:  0                  |    Needs tests:  0
Patch needs improvement:  0                  |  Easy pickings:  0
                  UI/UX:  0                  |
---------------------------------------------+------------------------
 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.
-- 
Ticket URL: <https://code.djangoproject.com/ticket/35179>
Django <https://code.djangoproject.com/>
The Web framework for perfectionists with deadlines.

-- 
You received this message because you are subscribed to the Google Groups 
"Django updates" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to django-updates+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/django-updates/0107018d8e896b77-52836d2b-5b6d-41d4-a8d7-51fa335589f0-000000%40eu-central-1.amazonses.com.

Reply via email to