#16841 closed Cleanup/optimization (fixed)
get_changelist_form and get_changelist_formset should be added to the documentation
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 , 14 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 , 14 years ago
ModelAdmin.get_form
, ModelAdmin.get_formsets
and InlineModelAdmin.get_formset
could be as well, while we're at it :)
comment:3 by , 14 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.