#32680: Add an option to display inlines as a table without forms.
-------------------------------+--------------------------------------
Reporter: Dave Kong | Owner: nobody
Type: New feature | Status: closed
Component: contrib.admin | Version: 2.2
Severity: Normal | Resolution: wontfix
Keywords: | Triage Stage: Unreviewed
Has patch: 0 | Needs documentation: 0
Needs tests: 0 | Patch needs improvement: 0
Easy pickings: 0 | UI/UX: 0
-------------------------------+--------------------------------------
Changes (by Mariusz Felisiak):
* status: new => closed
* type: Bug => New feature
* resolution: => wontfix
Comment:
Admin inlines are for editing models on the same page as a parent model
not for displaying extra details, what as far as I'm aware your trying to
achieve.
You can try to use
[https://docs.djangoproject.com/en/dev/ref/contrib/admin/#django.contrib.admin.ModelAdmin.readonly_fields
ModelAdmin.readonly_fields] and render related table on your own or ask on
one of
[https://code.djangoproject.com/wiki/TicketClosingReasons/UseSupportChannels
support channels] for other solutions.
--
Ticket URL: <https://code.djangoproject.com/ticket/32680#comment:1>
Django <https://code.djangoproject.com/>
The Web framework for perfectionists with deadlines.
--
You received this message because you are subscribed to the Google Groups
"Django updates" group.
To unsubscribe from this group and stop receiving emails from it, send an email
to [email protected].
To view this discussion on the web visit
https://groups.google.com/d/msgid/django-updates/067.eda9f354a821df9245c7bc6b99e6a2ef%40djangoproject.com.