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 , 16 years ago
Cc: | added |
---|
comment:2 by , 16 years ago
Resolution: | → invalid |
---|---|
Status: | new → closed |
Note:
See TracTickets
for help on using tickets.
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].