Opened 12 years ago
Closed 12 years ago
#19794 closed Uncategorized (wontfix)
Link and reference to join up related documentation please
Reported by: | anonymous | Owned by: | nobody |
---|---|---|---|
Component: | Documentation | Version: | 1.4 |
Severity: | Normal | Keywords: | |
Cc: | Triage Stage: | Unreviewed | |
Has patch: | no | Needs documentation: | no |
Needs tests: | no | Patch needs improvement: | no |
Easy pickings: | no | UI/UX: | no |
Description
Please reference https://docs.djangoproject.com/en/1.4/ref/contrib/admin/#working-with-many-to-many-intermediary-models from https://docs.djangoproject.com/en/1.4/topics/db/models/#intermediary-manytomany
I had to google to find out why my intermediary data did not show up in the admin screens, and got to the former link via the blessed stackoverflow. The django docs should direct the reader from 'how to create an intermediary table' to 'how the display it in the admin screens' though.
Thanks
Change History (2)
comment:1 by , 12 years ago
comment:2 by , 12 years ago
Resolution: | → wontfix |
---|---|
Status: | new → closed |
Agreed with Ramiro. Thank-you for your feedback though.
Hmmm why didn't you think about reading the admin app extensive documentation by yourself before involving blessed stackoverflow?. Even Googling for "django admin app" shows such documentation as the first hit.
I'm not convinced documentation of feature of the core component like the ORM should point to docs of a contrib app like admin's to cover for the user experience this ticket asks for.