https://docs.djangoproject.com/en/dev/ref/forms/fields/#django.forms.Field
but the class is described as:
class Field(**kwargs)
I think it would be best to list it as:
class django.forms.Field(**kwargs)
Or at least put the package name as a section header. I imagine there's a
way to make the documentation do this site-wide or at least for the API
section?
--
Ticket URL: <https://code.djangoproject.com/ticket/22345>
Django <https://code.djangoproject.com/>
The Web framework for perfectionists with deadlines.
* status: new => closed
* needs_better_patch: => 0
* resolution: => duplicate
* needs_tests: => 0
* needs_docs: => 0
Comment:
Duplicate of #15396
--
Ticket URL: <https://code.djangoproject.com/ticket/22345#comment:1>