Opened 13 years ago

Closed 11 years ago

Last modified 11 years ago

#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 Carl Meyer, 13 years ago

Summary: get_changelist_form should be added to the documentationget_changelist_form and get_changelist_formset should be added to the documentation
Triage Stage: UnreviewedAccepted

If get_changelist_form is documented, get_changelist_formset should be as well.

comment:2 by Julien Phalip, 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 Julien Phalip, 13 years ago

Type: UncategorizedCleanup/optimization

comment:4 by Julien Phalip, 12 years ago

See also #17006.

comment:5 by rasca, 12 years ago

See also #17646

comment:6 by Tim Graham <timograham@…>, 11 years ago

Resolution: fixed
Status: newclosed

In 39f5bc7fc3a4bb43ed8a1358b17fe0521a1a63ac:

Fixed #16841 - Documented a couple ModelAdmin methods

  • ModelAdmin.get_changelist_form and get_changelist_formset
  • InlineModelAdmin.get_formset

Thanks Jordan Reiter for the report.

comment:7 by Tim Graham <timograham@…>, 11 years ago

In 4a9b3826fdfa1d78f640d4fee922005ed8210498:

[1.5.X] Fixed #16841 - Documented a couple ModelAdmin methods

  • ModelAdmin.get_changelist_form and get_changelist_formset
  • InlineModelAdmin.get_formset

Thanks Jordan Reiter for the report.

Backport of 39f5bc7fc3 from master

Note: See TracTickets for help on using tickets.
Back to Top