Opened 9 years ago
Closed 9 years ago
#25130 closed New feature (invalid)
Add the ability to specify custom inlinemodeladmin form
Reported by: | Burhan Khalid | Owned by: | nobody |
---|---|---|---|
Component: | contrib.admin | Version: | 1.8 |
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 (last modified by )
After going through the documentation a few more times, the answer is that unlike ModelAdmin, the InlineAdmins have a [.form
property](https://docs.djangoproject.com/en/1.8/ref/contrib/admin/#django.contrib.admin.InlineModelAdmin.form) that can be used to control which form is being passed to the factory.
Change History (1)
comment:1 by , 9 years ago
Description: | modified (diff) |
---|---|
Resolution: | → invalid |
Status: | new → closed |
Note:
See TracTickets
for help on using tickets.