Opened 16 years ago

Closed 16 years ago

#8038 closed (invalid)

"ModelAdmin" should be "ModelForm" in admin-documentation

Reported by: flosch Owned by: nobody
Component: Documentation Version: dev
Severity: Keywords:
Cc: flori@… Triage Stage: Unreviewed
Has patch: no Needs documentation: no
Needs tests: no Patch needs improvement: no
Easy pickings: no UI/UX: no

Description

related to: http://www.djangoproject.com/documentation/admin/#form

I think it should be "The value for form is inherited from ModelForm" instead of "The value for form is inherited from ModelAdmin".

Change History (2)

comment:1 by flosch, 16 years ago

Cc: flori@… added

comment:2 by Brian Rosner, 16 years ago

Resolution: invalid
Status: newclosed

The documentation is correct. The value of form in the InlineModelAdmin is inherited from the ModelAdmin. I just recently added the form option to the ModelAdmin options section as it was missing in [8208].

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