#16841 closed Cleanup/optimization (fixed)
get_changelist_form and get_changelist_formset should be added to the documentation
Reported by: | jordanreiter | Owned by: | nobody |
---|---|---|---|
Component: | Documentation | Version: | 1.3 |
Severity: | Normal | Keywords: | |
Cc: | Triage Stage: | Accepted | |
Has patch: | no | Needs documentation: | no |
Needs tests: | no | Patch needs improvement: | no |
Easy pickings: | no | UI/UX: | no |
Description
Currently the get_changelist_form
is an undocumented feature. It should be added as one of the listed methods here:
https://docs.djangoproject.com/en/dev/ref/contrib/admin/#modeladmin-methods
Change History (7)
comment:1 by , 13 years ago
Summary: | get_changelist_form should be added to the documentation → get_changelist_form and get_changelist_formset should be added to the documentation |
---|---|
Triage Stage: | Unreviewed → Accepted |
comment:2 by , 13 years ago
ModelAdmin.get_form
, ModelAdmin.get_formsets
and InlineModelAdmin.get_formset
could be as well, while we're at it :)
comment:3 by , 13 years ago
Type: | Uncategorized → Cleanup/optimization |
---|
comment:6 by , 12 years ago
Resolution: | → fixed |
---|---|
Status: | new → closed |
Note:
See TracTickets
for help on using tickets.
If
get_changelist_form
is documented,get_changelist_formset
should be as well.