Opened 11 years ago

Closed 11 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 Ramiro Morales, 11 years ago

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.

comment:2 by Tim Graham, 11 years ago

Resolution: wontfix
Status: newclosed

Agreed with Ramiro. Thank-you for your feedback though.

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