InlineModelAdmin documentation is confusing
The documentation for InlineModelAdmin in http://docs.djangoproject.com/en/dev/ref/contrib/admin/#inlinemodeladmin-objects is using two models: Book and Author, without showing the models. Since the relationship between book and author is really many-to-many, it is not completely clear from the example where the foreign key is assumed. I am almost sure that the model are somewhere else in the documentation, but I could not find it either on the admin documentation or on the model syntax documentation page. Stating the models next to the example explicitly will make it much clearer.
Attachments
(1)
- 10111.patch
(997 bytes
) - added by medhat 16 years ago.
- I finally found the models in the modelforms page
Download all attachments as:
.zip
Change History
(6)
milestone: |
→ 1.1
|
Triage Stage: |
Unreviewed → Accepted
|
Keywords: |
kkmegapatch added
|
Owner: |
changed from nobody to Kevin Kubasik
|
Resolution: |
→ fixed
|
Status: |
new → closed
|
I finally found the models in the modelforms page