Error in documentation of InlineModelAdmin options
On http://docs.djangoproject.com/en/dev/ref/contrib/admin/#inlinemodeladmin-options it says: "The InlineModelAdmin class is a subclass of ModelAdmin so it inherits all the same functionality as well as some of its own".
This is incorrect. InlineModelAdmin is not a subclass of ModelAdmin and thus does not inherit all of the functionality of the latter. Instead both InlineModelAdmin and ModelAdmin are subclasses of BaseModelAdmin and they share only some common functionality.
Change History
(11)
Keywords: |
easy-pickings added
|
milestone: |
→ 1.3
|
Triage Stage: |
Unreviewed → Accepted
|
Owner: |
changed from nobody to Greg Turner
|
Has patch: |
set
|
Triage Stage: |
Accepted → Unreviewed
|
Triage Stage: |
Unreviewed → Accepted
|
Keywords: |
sprintdec2010 added
|
Resolution: |
→ invalid
|
Status: |
new → closed
|
If you write the correct text which replace the current's one, I can modify it in source.